wok-4.x diff nss_ldap/receipt @ rev 5812

c-client: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 12 18:58:22 2010 +0200 (2010-07-12)
parents f08e9055a982
children d3bc17858374
line diff
     1.1 --- a/nss_ldap/receipt	Sun Jul 11 11:12:20 2010 +0200
     1.2 +++ b/nss_ldap/receipt	Mon Jul 12 18:58:22 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