sudo: fix installation as user, enable more options. Bumprev.

--HG--
extra : convert_revision : a5d13b612c8e70f5608d0fcc340f713035d294bc
This commit is contained in:
Juan RP 2010-01-16 01:31:06 +01:00
parent 03648bf2ee
commit 85de8da7b5
1 changed files with 9 additions and 5 deletions

View File

@ -1,11 +1,13 @@
# Template build file for 'sudo'.
pkgname=sudo
version=1.7.2p2
revision=1
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--with-ignore-dot -with-all-insults --enable-shell-sets-home
--disable-root-sudo --with-logfac=auth -without-sendmail
--enable-noargs-shell"
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
--enable-shell-sets-home --enable-noargs-shell --enable-pam
--disable-root-sudo --with-logfac=auth --without-sendmail
--disable-root-mailer --disable-setresuid"
short_desc="Allow others to run commands as root"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3d93aa2d52873b1fc82dc6dd64f1046e4636735f55d9ca7861ef02235b7c7e45
@ -16,9 +18,11 @@ long_desc="
work done."
conf_files="/etc/pam.d/sudo /etc/sudoers"
nostrip=yes
Add_dependency full glibc
Add_dependency full pam
Add_dependency run glibc
Add_dependency run pam
Add_dependency build pam-devel
post_install()
{