# HG changeset patch # User Pascal Bellard # Date 1230503752 0 # Node ID 5555a96d536bfc86e6444aea8ef4951332bb1309 # Parent 1414e5066ef3f51853098ea0b306fb8fcd87ec97 Add pam_ldap diff -r 1414e5066ef3 -r 5555a96d536b pam_ldap/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pam_ldap/receipt Sun Dec 28 22:35:52 2008 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="pam_ldap" +VERSION="184" +CATEGORY="system-tools" +SHORT_DESC="Get and update authenticate from LDAP." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE.tgz" +WEB_SITE="http://www.padl.com/OSS/pam_ldap.html" +WGET_URL="http://www.padl.com/download/$TARBALL" +BUILD_DEPENDS="pam-dev" +DEPENDS="pam nss_ldap" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr/lib $fs +}