sudo: update to 1.8.2.
This commit is contained in:
parent
73307c92b3
commit
8c82f92573
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.8.1p2
|
version=1.8.2
|
||||||
revision=1
|
|
||||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||||
|
@ -11,7 +10,7 @@ short_desc="Allow others to run commands as root"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gratisoft.us/sudo/"
|
homepage="http://www.gratisoft.us/sudo/"
|
||||||
license="ISC, BSD, zlib"
|
license="ISC, BSD, zlib"
|
||||||
checksum=281f90c80547cf22132e351e7f61c25ba4ba9cf393438468f318f9a7884026fb
|
checksum=37fe6ee670329bc45937fbe402e847f80b3a0a1c8fc9a66487e92b4b810152b0
|
||||||
long_desc="
|
long_desc="
|
||||||
Sudo is a program designed to allow a sysadmin to give limited root
|
Sudo is a program designed to allow a sysadmin to give limited root
|
||||||
privileges to users and log root activity. The basic philosophy is to
|
privileges to users and log root activity. The basic philosophy is to
|
||||||
|
@ -25,12 +24,12 @@ nostrip=yes
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run pam
|
Add_dependency run pam
|
||||||
|
Add_dependency build gettext
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
Add_dependency build pam-devel
|
Add_dependency build pam-devel
|
||||||
Add_dependency build coreutils
|
Add_dependency build coreutils
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
install -Dm644 ${FILESDIR}/sudo.pam ${DESTDIR}/etc/pam.d/sudo
|
vinstall ${FILESDIR}/sudo.pam 644 etc/pam.d sudo
|
||||||
install -Dm644 doc/LICENSE ${DESTDIR}/usr/share/licenses/sudo/LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue