summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/sudo/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/sudo/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/sudo/PKGBUILD')
-rw-r--r--abs/core-testing/sudo/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/core-testing/sudo/PKGBUILD b/abs/core-testing/sudo/PKGBUILD
deleted file mode 100644
index 7226f0c..0000000
--- a/abs/core-testing/sudo/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-pkgname=sudo
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="Give certain users the ability to run some commands as root"
-arch=(i686 x86_64)
-url="http://www.sudo.ws/sudo/"
-# 2 separate licenses apply, custom and ISC, each covering part of the software
-license=('custom' 'ISC')
-depends=('glibc' 'pam')
-backup=('etc/sudoers' 'etc/pam.d/sudo')
-source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam )
-options=('!libtool' '!makeflags')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver || return 1
-
- ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
- --with-env-editor --with-all-insults --with-logfac=auth || return 1
- make || return 1
- make DESTDIR=$startdir/pkg install || return 1
- install -D -m644 $startdir/src/sudo.pam $startdir/pkg/etc/pam.d/sudo \
- || return 1
-
- #install the license
- install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/sudo/LICENSE \
- || return 1
-}
-md5sums=('c22115b47cb2591bceedb914b673f031'
- '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')