wok rev 23273

updated pam_ldap (185 -> 186)
author Hans-G?nter Theisgen
date Sat Mar 28 14:46:49 2020 +0100 (2020-03-28)
parents ba9d73bc3add
children 0db377222b23
files pam_ldap/receipt
line diff
     1.1 --- a/pam_ldap/receipt	Sat Mar 28 14:37:42 2020 +0100
     1.2 +++ b/pam_ldap/receipt	Sat Mar 28 14:46:49 2020 +0100
     1.3 @@ -1,26 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pam_ldap"
     1.7 -VERSION="185"
     1.8 +VERSION="186"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Get and update authenticate from LDAP."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  #WEB_SITE="https://www.padl.com/OSS/pam_ldap.html"
    1.15  WEB_SITE="https://github.com/PADL/pam_ldap"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="http://www.padl.com/download/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
    1.21 -DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
    1.22 +BUILD_DEPENDS="libldap openldap-dev pam-dev perl"
    1.23 +DEPENDS="cyrus-sasl libcomerr3 libldap nss_ldap openssl pam"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29  	./vers_string -v
    1.30 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.31 -	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.32 +	./configure				\
    1.33 +		--prefix=/usr			\
    1.34 +		--infodir=/usr/share/info	\
    1.35 +		--sysconfdir=/etc		\
    1.36 +		--mandir=/usr/share/man		\
    1.37 +		$CONFIGURE_ARGS &&
    1.38  	make $MAKEFLAGS &&
    1.39  	make DESTDIR=$DESTDIR install
    1.40  }
    1.41 @@ -28,5 +32,5 @@
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43  genpkg_rules()
    1.44  {
    1.45 -	cp -a $install/usr/lib $fs
    1.46 +	cp -a $install/usr/lib	$fs
    1.47  }