wok diff pam_ldap/receipt @ rev 18950
open-cobol: add LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 06 21:49:34 2016 +0100 (2016-03-06) |
parents | 8e4c74abdf74 |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/pam_ldap/receipt Mon Jan 02 23:06:19 2012 +0100 1.2 +++ b/pam_ldap/receipt Sun Mar 06 21:49:34 2016 +0100 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Get and update authenticate 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/pam_ldap.html" 1.10 WGET_URL="http://www.padl.com/download/$TARBALL" 1.11 + 1.12 BUILD_DEPENDS="pam-dev perl openldap-dev libldap" 1.13 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3" 1.14 1.15 @@ -19,11 +21,11 @@ 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make $MAKEFLAGS && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + make DESTDIR=$DESTDIR install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - cp -a $_pkg/usr/lib $fs 1.27 + cp -a $install/usr/lib $fs 1.28 }