wok-next rev 21399

updated pam_ldap (185 -> 186)
author Hans-G?nter Theisgen
date Sun Apr 19 06:56:49 2020 +0100 (2020-04-19)
parents 3a21852ed3ac
children a500604c8152
files pam_ldap/receipt
line diff
     1.1 --- a/pam_ldap/receipt	Sun Apr 19 06:51:21 2020 +0100
     1.2 +++ b/pam_ldap/receipt	Sun Apr 19 06:56:49 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     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 @@ -12,16 +12,19 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://www.padl.com/download/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
    1.17 +BUILD_DEPENDS="libldap openldap-dev pam-dev perl"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	./vers_string -v
    1.23  	./configure $CONFIGURE_ARGS &&
    1.24  	make $MAKEFLAGS &&
    1.25  	make DESTDIR=$install install
    1.26  }
    1.27  
    1.28 -genpkg_rules() {
    1.29 +genpkg_rules()
    1.30 +{
    1.31  	copy @std
    1.32 -	DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
    1.33 +
    1.34 +	DEPENDS="cyrus-sasl libcomerr3 libldap nss_ldap openssl pam"
    1.35  }