wok annotate pam_ldap/receipt @ rev 24020

linld: fix iso9660/64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:15:05 2021 +0000 (2021-03-06)
parents 9880378cbf5b
children 34e801e0eb52
rev   line source
pascal@1949 1 # SliTaz package receipt.
pascal@1949 2
pascal@1949 3 PACKAGE="pam_ldap"
Hans-G?nter@23273 4 VERSION="186"
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@21178 9 #WEB_SITE="https://www.padl.com/OSS/pam_ldap.html"
pascal@21178 10 WEB_SITE="https://github.com/PADL/pam_ldap"
Hans-G?nter@23273 11
Hans-G?nter@23273 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1949 13 WGET_URL="http://www.padl.com/download/$TARBALL"
pascal@15375 14
Hans-G?nter@23273 15 BUILD_DEPENDS="libldap openldap-dev pam-dev perl"
Hans-G?nter@23273 16 DEPENDS="cyrus-sasl libcomerr3 libldap nss_ldap openssl pam"
pascal@1949 17
pascal@1949 18 # Rules to configure and make the package.
pascal@1949 19 compile_rules()
pascal@1949 20 {
pascal@5879 21 ./vers_string -v
Hans-G?nter@23273 22 ./configure \
Hans-G?nter@23273 23 --prefix=/usr \
Hans-G?nter@23273 24 --infodir=/usr/share/info \
Hans-G?nter@23273 25 --sysconfdir=/etc \
Hans-G?nter@23273 26 --mandir=/usr/share/man \
Hans-G?nter@23273 27 $CONFIGURE_ARGS &&
gokhlayeh@11574 28 make $MAKEFLAGS &&
pascal@15375 29 make DESTDIR=$DESTDIR install
pascal@1949 30 }
pascal@1949 31
pascal@1949 32 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1949 33 genpkg_rules()
pascal@1949 34 {
Hans-G?nter@23273 35 cp -a $install/usr/lib $fs
pascal@1949 36 }