summaryrefslogtreecommitdiff
path: root/community/chrootuid/PKGBUILD
blob: 0f33c59718abaeaafbff1f13e073789294af7f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 17501 2010-05-24 14:12:22Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Frop Doe <mrmr@rizla.org>
# Contributor: Guillermo A. Amaral <me@guillermoamaral.com> (thewonka)
# Mainteiner: Guillermo A. Amaral <me@guillermoamaral.com> (thewonka)

pkgname=chrootuid
pkgver=1.3
pkgrel=4
arch=(i686 x86_64 'mips64el')
pkgdesc="Runs a command in a restricted environment."
url="ftp://ftp.porcupine.org/pub/security/index.html"
license=("BSD")
depends=(glibc)
source=(ftp://ftp.porcupine.org/pub/security/$pkgname$pkgver.tar.gz
	ftp://ftp.porcupine.org/pub/security/chrootuid_license)
md5sums=('15510abadf5de189e1c22a1544dc926a'
         '11383ad1d66445640f1dec3478a2b53f')

build() {
	cd $startdir/src/$pkgname$pkgver

	make || return 1

	install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $startdir/pkg/usr/sbin/chrootuid && \
	install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $startdir/pkg/usr/share/man/man1/chrootuid.1 && \
	install -D -m644 $srcdir/chrootuid_license $startdir/pkg/usr/share/licenses/$pkgname/license
}