wok-next annotate pam_ldap/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 4e6503d7a19f
children d457c4e37c1b
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@20534 9 WEB_SITE="http://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 }