wok view pam_ldap/receipt @ rev 15353

mp: remove TRY_DRIVERS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 17:09:51 2013 +0000 (2013-09-30)
parents 748571122c2d
children 51a1ebbda768
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.padl.com/OSS/pam_ldap.html"
10 WGET_URL="http://www.padl.com/download/$TARBALL"
11 BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
12 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./vers_string -v
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make $MAKEFLAGS &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $_pkg/usr/lib $fs
29 }