wok view pam_ldap/receipt @ rev 21323

updated libtorrent-rasterbar and libtorrent-rasterbar-dev (0.16.13 -> 1.2.0)
author Hans-G?nter Theisgen
date Fri Apr 19 08:25:37 2019 +0100 (2019-04-19)
parents 8dd8bab3f0ca
children c38c6329f832
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="https://www.padl.com/OSS/pam_ldap.html"
11 WEB_SITE="https://github.com/PADL/pam_ldap"
12 WGET_URL="http://www.padl.com/download/$TARBALL"
14 BUILD_DEPENDS="pam-dev perl openldap-dev libldap"
15 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./vers_string -v
22 ./configure --prefix=/usr --infodir=/usr/share/info \
23 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
24 make $MAKEFLAGS &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/usr/lib $fs
32 }