wok-next diff nss-ldapd/receipt @ rev 20839

p11-kit: upgrade 0.23.8 (2017 Aug) -> 0.23.12
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 07:32:40 2018 +0000 (2018-06-20)
parents e6615350078d
children a3c581bf52b8
line diff
     1.1 --- a/nss-ldapd/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/nss-ldapd/receipt	Wed Jun 20 07:32:40 2018 +0000
     1.3 @@ -1,36 +1,30 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="nss-ldapd"
     1.8  VERSION="0.7.15"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="NSS module for name lookups using LDAP (nss_ldap remplacement)."
    1.11 +SHORT_DESC="NSS module for name lookups using LDAP (nss_ldap remplacement)"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -SOURCE="nss-pam-ldapd"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/"
    1.17 -WGET_URL="http://arthurdejong.org/$SOURCE/$TARBALL"
    1.18  
    1.19 -DEPENDS="cyrus-sasl krb5 libkrb5 libldap openssl libcomerr3"
    1.20 +TARBALL="nss-pam-ldapd-$VERSION.tar.gz"
    1.21 +WGET_URL="http://arthurdejong.org/nss-pam-ldapd/$TARBALL"
    1.22 +
    1.23  BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev pam-dev \
    1.24  pam_ldap"
    1.25  
    1.26 -# Rules to configure and make the package.
    1.27 -compile_rules()
    1.28 -{
    1.29 -	mkdir -p $DESTDIR/usr/lib $DESTDIR/etc $DESTDIR/usr/lib/security
    1.30 +compile_rules() {
    1.31 +	mkdir -p \
    1.32 +		$DESTDIR/usr/lib \
    1.33 +		$DESTDIR/etc \
    1.34 +		$DESTDIR/usr/lib/security
    1.35  	sed -i 's/-D / /' */Makefile.in Makefile.in
    1.36 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.37 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.38 -	make &&
    1.39 -	make DESTDIR=$DESTDIR install
    1.40 +
    1.41 +	./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
    1.42  }
    1.43  
    1.44 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.45 -genpkg_rules()
    1.46 -{
    1.47 -	mkdir -p $fs/usr
    1.48 -	cp -a $install/etc $fs
    1.49 -	cp -a $install/usr/sbin $fs/usr
    1.50 -	cp -a $install/usr/lib $fs/usr
    1.51 +genpkg_rules() {
    1.52 +	copy @std
    1.53 +	DEPENDS="cyrus-sasl krb5 libkrb5 libldap openssl libcomerr3"
    1.54  }