wok diff nss-ldapd/receipt @ rev 20475
Typos in receipt variable names
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 17 10:43:04 2018 +0200 (2018-10-17) |
parents | 178ea3fcbac8 |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/nss-ldapd/receipt Fri Sep 27 15:47:37 2013 +0000 1.2 +++ b/nss-ldapd/receipt Wed Oct 17 10:43:04 2018 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 SOURCE="nss-pam-ldapd" 1.5 TARBALL="$SOURCE-$VERSION.tar.gz" 1.6 WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/" 1.7 -WGET_URL="http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-0.7.15.tar.gz" 1.8 +WGET_URL="http://arthurdejong.org/$SOURCE/$TARBALL" 1.9 1.10 DEPENDS="cyrus-sasl krb5 libkrb5 libldap libssl libcomerr3" 1.11 BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev pam-dev \ 1.12 @@ -18,7 +18,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 mkdir -p $DESTDIR/usr/lib $DESTDIR/etc $DESTDIR/usr/lib/security 1.18 sed -i 's/-D / /' */Makefile.in Makefile.in 1.19 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.20 @@ -35,4 +34,3 @@ 1.21 cp -a $install/usr/sbin $fs/usr 1.22 cp -a $install/usr/lib $fs/usr 1.23 } 1.24 -