wok diff nss_ldap/receipt @ rev 15584

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 17:02:58 2013 +0000 (2013-11-30)
parents 8e4c74abdf74
children 164fcaca1cd0
line diff
     1.1 --- a/nss_ldap/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.2 +++ b/nss_ldap/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.3 @@ -5,11 +5,13 @@
     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 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://www.padl.com/OSS/nss_ldap.html"
    1.10 +WGET_URL="http://www.padl.com/download/$TARBALL"
    1.11 +
    1.12  DEPENDS="cyrus-sasl libkrb5 libldap openssl libcomerr libcomerr3"
    1.13  BUILD_DEPENDS="openldap-dev"
    1.14 -WEB_SITE="http://www.padl.com/OSS/nss_ldap.html"
    1.15 -WGET_URL="http://www.padl.com/download/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -20,15 +22,15 @@
    1.20  	--enable-rfc2307bis --enable-schema-mapping --enable-paged-results \
    1.21  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.22  	make $MAKEFLAGS &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTIDR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr $fs/etc
    1.31 -	cp -a $_pkg/usr/lib $fs/usr
    1.32 -	cp -a $_pkg/etc $fs
    1.33 +	cp -a $install/usr/lib $fs/usr
    1.34 +	cp -a $install/etc $fs
    1.35  }
    1.36  
    1.37  post_install()