# HG changeset patch # User Pascal Bellard # Date 1278931115 -7200 # Node ID 809af793130c843e91c6c33cb89df144e9b0dc3a # Parent f581472fff1b9d1d8a6e553029f926be71f37e53 pam_ldap: fix TARBALL diff -r f581472fff1b -r 809af793130c pam_ldap/receipt --- a/pam_ldap/receipt Mon Jul 12 11:26:20 2010 +0200 +++ b/pam_ldap/receipt Mon Jul 12 12:38:35 2010 +0200 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Get and update authenticate from LDAP." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tgz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.padl.com/OSS/pam_ldap.html" WGET_URL="http://www.padl.com/download/$TARBALL" BUILD_DEPENDS="pam-dev" @@ -17,7 +17,7 @@ cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && - make && + make -j 4 && make DESTDIR=$PWD/_pkg install }