wok-next annotate pam_ldap/receipt @ rev 21597

updated dosbox (0.74-2 -> 0.74.3)
author Hans-G?nter Theisgen
date Wed Jun 24 14:18:09 2020 +0100 (2020-06-24)
parents d457c4e37c1b
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@1949 2
pascal@1949 3 PACKAGE="pam_ldap"
Hans-G?nter@21399 4 VERSION="186"
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
Hans-G?nter@21399 15 BUILD_DEPENDS="libldap openldap-dev pam-dev perl"
pascal@1949 16
Hans-G?nter@21399 17 compile_rules()
Hans-G?nter@21399 18 {
pascal@5879 19 ./vers_string -v
al@20534 20 ./configure $CONFIGURE_ARGS &&
gokhlayeh@11574 21 make $MAKEFLAGS &&
al@21020 22 make DESTDIR=$install install
pascal@1949 23 }
pascal@1949 24
Hans-G?nter@21399 25 genpkg_rules()
Hans-G?nter@21399 26 {
al@20534 27 copy @std
Hans-G?nter@21399 28
Hans-G?nter@21399 29 DEPENDS="cyrus-sasl libcomerr3 libldap nss_ldap openssl pam"
pascal@1949 30 }