wok annotate pam_ldap/receipt @ rev 20949

updated gawk (4.0.1 -> 4.2.1)
author Hans-G?nter Theisgen
date Sun Mar 03 15:52:09 2019 +0100 (2019-03-03)
parents 51a1ebbda768
children 9880378cbf5b
rev   line source
pascal@1949 1 # SliTaz package receipt.
pascal@1949 2
pascal@1949 3 PACKAGE="pam_ldap"
pascal@5793 4 VERSION="185"
pascal@1949 5 CATEGORY="system-tools"
pascal@1949 6 SHORT_DESC="Get and update authenticate from LDAP."
pascal@1949 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="GPL2"
pascal@5810 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20672 10 WEB_SITE="https://www.padl.com/OSS/pam_ldap.html"
pascal@1949 11 WGET_URL="http://www.padl.com/download/$TARBALL"
pascal@15375 12
pascal@10554 13 BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
pascal@5005 14 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
pascal@1949 15
pascal@1949 16 # Rules to configure and make the package.
pascal@1949 17 compile_rules()
pascal@1949 18 {
pascal@1949 19 cd $src
pascal@5879 20 ./vers_string -v
pascal@1949 21 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@1949 22 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
gokhlayeh@11574 23 make $MAKEFLAGS &&
pascal@15375 24 make DESTDIR=$DESTDIR install
pascal@1949 25 }
pascal@1949 26
pascal@1949 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1949 28 genpkg_rules()
pascal@1949 29 {
pascal@15375 30 cp -a $install/usr/lib $fs
pascal@1949 31 }