wok-4.x rev 5810
pam_ldap: fix TARBALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 12 12:38:35 2010 +0200 (2010-07-12) |
parents | f581472fff1b |
children | fdb181b1148e |
files | pam_ldap/receipt |
line diff
1.1 --- a/pam_ldap/receipt Mon Jul 12 11:26:20 2010 +0200 1.2 +++ b/pam_ldap/receipt Mon Jul 12 12:38:35 2010 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Get and update authenticate from LDAP." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -TARBALL="$PACKAGE-$VERSION.tgz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.padl.com/OSS/pam_ldap.html" 1.10 WGET_URL="http://www.padl.com/download/$TARBALL" 1.11 BUILD_DEPENDS="pam-dev" 1.12 @@ -17,7 +17,7 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.16 - make && 1.17 + make -j 4 && 1.18 make DESTDIR=$PWD/_pkg install 1.19 } 1.20