wok-next annotate pam_ldap/receipt @ rev 21127

Update xarchiver (0.5.4.14), xcursorgen (1.0.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 18 11:29:09 2019 +0200 (2019-01-18)
parents d5aab818505e
children d5f4f2768cce
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@1949 2
pascal@1949 3 PACKAGE="pam_ldap"
pascal@5793 4 VERSION="185"
pascal@1949 5 CATEGORY="system-tools"
al@20534 6 SHORT_DESC="Get and update authenticate from LDAP"
pascal@1949 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://www.padl.com/OSS/pam_ldap.html"
al@20884 10 REPOLOGY="pam-ldap"
al@20534 11
pascal@5810 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1949 13 WGET_URL="http://www.padl.com/download/$TARBALL"
pascal@15375 14
pascal@10554 15 BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
pascal@1949 16
al@20534 17 compile_rules() {
pascal@5879 18 ./vers_string -v
al@20534 19 ./configure $CONFIGURE_ARGS &&
gokhlayeh@11574 20 make $MAKEFLAGS &&
al@21020 21 make DESTDIR=$install install
pascal@1949 22 }
pascal@1949 23
al@20534 24 genpkg_rules() {
al@20534 25 copy @std
al@20534 26 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
pascal@1949 27 }