diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/chrootuid | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/chrootuid')
-rw-r--r-- | community/chrootuid/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/chrootuid/PKGBUILD b/community/chrootuid/PKGBUILD deleted file mode 100644 index 9b6f9a7ee..000000000 --- a/community/chrootuid/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 91848 2013-05-28 17:25:14Z 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=6 -arch=(i686 x86_64) -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 $srcdir/$pkgname$pkgver - make -} - -package() { - cd $srcdir/$pkgname$pkgver - install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $pkgdir/usr/bin/chrootuid - install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $pkgdir/usr/share/man/man1/chrootuid.1 - install -D -m644 $srcdir/chrootuid_license $pkgdir/usr/share/licenses/$pkgname/license -} |