wok rev 5808

nss_ldap: fix TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 12 11:23:49 2010 +0200 (2010-07-12)
parents 84faf27a4075
children f581472fff1b
files nss_ldap/receipt
line diff
     1.1 --- a/nss_ldap/receipt	Mon Jul 12 09:33:05 2010 +0200
     1.2 +++ b/nss_ldap/receipt	Mon Jul 12 11:23:49 2010 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Get users, hosts, and groups from LDAP."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -TARBALL="$PACKAGE-$VERSION.tgz"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  DEPENDS="cyrus-sasl libkrb5 libldap openssl libcomerr libcomerr3"
    1.10  WEB_SITE="http://www.padl.com/OSS/nss_ldap.html"
    1.11  WGET_URL="http://www.padl.com/download/$TARBALL"
    1.12 @@ -17,7 +17,7 @@
    1.13  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.14  	--enable-rfc2307bis --enable-schema-mapping --enable-paged-results \
    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