wok-next view pam_ldap/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d457c4e37c1b
children
line source
1 # SliTaz package receipt v2.
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 REPOLOGY="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"
17 compile_rules()
18 {
19 ./vers_string -v
20 ./configure $CONFIGURE_ARGS &&
21 make $MAKEFLAGS &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules()
26 {
27 copy @std
29 DEPENDS="cyrus-sasl libcomerr3 libldap nss_ldap openssl pam"
30 }