wok-current annotate pam_ldap/receipt @ rev 22698
updated encfs (1.7.4 -> 1.9.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 21 10:01:43 2020 +0100 (2020-01-21) |
parents | 8dd8bab3f0ca |
children | c38c6329f832 |
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@21178 | 10 #WEB_SITE="https://www.padl.com/OSS/pam_ldap.html" |
pascal@21178 | 11 WEB_SITE="https://github.com/PADL/pam_ldap" |
pascal@1949 | 12 WGET_URL="http://www.padl.com/download/$TARBALL" |
pascal@15375 | 13 |
pascal@10554 | 14 BUILD_DEPENDS="pam-dev perl openldap-dev libldap" |
pascal@5005 | 15 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3" |
pascal@1949 | 16 |
pascal@1949 | 17 # Rules to configure and make the package. |
pascal@1949 | 18 compile_rules() |
pascal@1949 | 19 { |
pascal@1949 | 20 cd $src |
pascal@5879 | 21 ./vers_string -v |
pascal@1949 | 22 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@1949 | 23 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && |
gokhlayeh@11574 | 24 make $MAKEFLAGS && |
pascal@15375 | 25 make DESTDIR=$DESTDIR install |
pascal@1949 | 26 } |
pascal@1949 | 27 |
pascal@1949 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1949 | 29 genpkg_rules() |
pascal@1949 | 30 { |
pascal@15375 | 31 cp -a $install/usr/lib $fs |
pascal@1949 | 32 } |