wok-next view pam_ldap/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents 51a1ebbda768
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pam_ldap"
4 VERSION="185"
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="http://www.padl.com/OSS/pam_ldap.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.padl.com/download/$TARBALL"
14 BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
16 compile_rules() {
17 ./vers_string -v
18 ./configure $CONFIGURE_ARGS &&
19 make $MAKEFLAGS &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
26 }