wok view pam_ldap/receipt @ rev 21874

facter: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 11:31:06 2019 +0200 (2019-09-28)
parents 8dd8bab3f0ca
children c38c6329f832
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 #WEB_SITE="https://www.padl.com/OSS/pam_ldap.html"
11 WEB_SITE="https://github.com/PADL/pam_ldap"
12 WGET_URL="http://www.padl.com/download/$TARBALL"
14 BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
15 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./vers_string -v
22 ./configure --prefix=/usr --infodir=/usr/share/info \
23 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
24 make $MAKEFLAGS &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/usr/lib $fs
32 }