wok-6.x rev 11183
Up: pam to 1.1.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 00:28:41 2011 +0000 (2011-11-03) |
parents | ce9eff8c4509 |
children | fbc93a88a1a1 |
files | pam-dev/receipt pam/receipt |
line diff
1.1 --- a/pam-dev/receipt Thu Nov 03 00:14:11 2011 +0000 1.2 +++ b/pam-dev/receipt Thu Nov 03 00:28:41 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pam-dev" 1.7 -VERSION="1.1.2" 1.8 +VERSION="1.1.5" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Pluggable Authentication Modules, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/pam/receipt Thu Nov 03 00:14:11 2011 +0000 2.2 +++ b/pam/receipt Thu Nov 03 00:28:41 2011 +0000 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pam" 2.7 -VERSION="1.1.2" 2.8 +VERSION="1.1.5" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Pluggable Authentication Modules." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 SOURCE="Linux-PAM" 2.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.14 -WEB_SITE="http://www.us.kernel.org/pub/linux/libs/$PACKAGE/" 2.15 -WGET_URL="${WEB_SITE}library/$TARBALL" 2.16 +WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" 2.17 +WGET_URL="https://fedorahosted.org/releases/l/i/linux-pam/$TARBALL" 2.18 2.19 DEPENDS="glibc-base libdb" 2.20 BUILD_DEPENDS="flex db db-dev" 2.21 @@ -17,7 +17,7 @@ 2.22 compile_rules() 2.23 { 2.24 cd $src 2.25 - ./configure --sysconfdir=/etc && 2.26 + ./configure --sysconfdir=/etc $CONFIGURE_ARGS && 2.27 make && make install 2.28 } 2.29