wok diff nss-ldapd/receipt @ rev 19615

Up: mpfr (3.1.5)
author Alexander Medvedev <devl547@gmail.com>
date Mon Jan 09 19:50:23 2017 +0000 (2017-01-09)
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	Mon Jan 09 19:50:23 2017 +0000
     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 -