wok view pam_ldap/receipt @ rev 5059

get-flash-plugin: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 09 00:20:04 2010 +0100 (2010-03-09)
parents a4af2b62bb67
children 4405610ffc49
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 libcomerr3"
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 }