wok view pam_ldap/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 9880378cbf5b
children 34e801e0eb52
line source
1 # SliTaz package receipt.
3 PACKAGE="pam_ldap"
4 VERSION="186"
5 CATEGORY="system-tools"
6 SHORT_DESC="Get and update authenticate from LDAP."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 #WEB_SITE="https://www.padl.com/OSS/pam_ldap.html"
10 WEB_SITE="https://github.com/PADL/pam_ldap"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://www.padl.com/download/$TARBALL"
15 BUILD_DEPENDS="libldap openldap-dev pam-dev perl"
16 DEPENDS="cyrus-sasl libcomerr3 libldap nss_ldap openssl pam"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./vers_string -v
22 ./configure \
23 --prefix=/usr \
24 --infodir=/usr/share/info \
25 --sysconfdir=/etc \
26 --mandir=/usr/share/man \
27 $CONFIGURE_ARGS &&
28 make $MAKEFLAGS &&
29 make DESTDIR=$DESTDIR install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cp -a $install/usr/lib $fs
36 }