wok view pam_ldap/receipt @ rev 2916

Add eina (E17 Data types library)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 06 23:09:03 2009 +0200 (2009-05-06)
parents 5555a96d536b
children f3327707164a
line source
1 # SliTaz package receipt.
3 PACKAGE="pam_ldap"
4 VERSION="184"
5 CATEGORY="system-tools"
6 SHORT_DESC="Get and update authenticate from LDAP."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE.tgz"
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"
12 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/usr/lib $fs
28 }