# HG changeset patch # User Pascal Bellard # Date 1278926629 -7200 # Node ID b9619a375396268d1816f8e187ba63339cc9293a # Parent 84faf27a407569b93d98ed607805f2b4b244de03 nss_ldap: fix TARBALL diff -r 84faf27a4075 -r b9619a375396 nss_ldap/receipt --- a/nss_ldap/receipt Mon Jul 12 09:33:05 2010 +0200 +++ b/nss_ldap/receipt Mon Jul 12 11:23:49 2010 +0200 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Get users, hosts, and groups from LDAP." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tgz" +TARBALL="$PACKAGE-$VERSION.tar.gz" DEPENDS="cyrus-sasl libkrb5 libldap openssl libcomerr libcomerr3" WEB_SITE="http://www.padl.com/OSS/nss_ldap.html" WGET_URL="http://www.padl.com/download/$TARBALL" @@ -17,7 +17,7 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --enable-rfc2307bis --enable-schema-mapping --enable-paged-results \ --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && - make && + make -j 4 && make DESTDIR=$PWD/_pkg install }