wok view pam_ldap/receipt @ rev 15375

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 18 19:43:55 2013 +0000 (2013-10-18)
parents 8e4c74abdf74
children 8dd8bab3f0ca
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="http://www.padl.com/OSS/pam_ldap.html"
11 WGET_URL="http://www.padl.com/download/$TARBALL"
13 BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
14 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./vers_string -v
21 ./configure --prefix=/usr --infodir=/usr/share/info \
22 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
23 make $MAKEFLAGS &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/usr/lib $fs
31 }