diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2009-10-27 20:54:45 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2009-10-27 20:54:45 +0900 |
commit | bd9de693242c2f1657162ffc2932b24d42780f07 (patch) | |
tree | 1b467e2b3fc42dffca321857d689f0fa2ae4b57d /linux-pam/Pkgfile | |
parent | 45d48863f74f2e313615df02691897fe2795da03 (diff) | |
download | contrib-bd9de693242c2f1657162ffc2932b24d42780f07.tar.gz contrib-bd9de693242c2f1657162ffc2932b24d42780f07.tar.xz |
linux-pam: Updated version 0.99.10.0 -> 1.1.0
Diffstat (limited to 'linux-pam/Pkgfile')
-rw-r--r-- | linux-pam/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linux-pam/Pkgfile b/linux-pam/Pkgfile index 53a9f8f4d..4891671d0 100644 --- a/linux-pam/Pkgfile +++ b/linux-pam/Pkgfile @@ -3,12 +3,14 @@ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve name=linux-pam -version=0.99.10.0 +version=1.1.0 release=1 -source=(http://www.us.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-$version.tar.bz2 pam.conf) +source=(http://www.us.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$version.tar.bz2 pam.conf pam_lastlog.patch) build() { cd Linux-PAM-$version + patch -p1 -i $SRC/pam_lastlog.patch + ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/man --disable-nls make make DESTDIR=$PKG install |