wok-next view nss-ldapd/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nss-ldapd"
4 VERSION="0.7.15"
5 CATEGORY="system-tools"
6 SHORT_DESC="NSS module for name lookups using LDAP (nss_ldap remplacement)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://arthurdejong.org/nss-pam-ldapd/"
11 TARBALL="nss-pam-ldapd-$VERSION.tar.gz"
12 WGET_URL="http://arthurdejong.org/nss-pam-ldapd/$TARBALL"
14 BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev pam-dev \
15 pam_ldap"
17 compile_rules() {
18 mkdir -p \
19 $install/usr/lib \
20 $install/etc \
21 $install/usr/lib/security
22 sed -i 's/-D / /' */Makefile.in Makefile.in
24 ./configure $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$install install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="cyrus-sasl krb5 libkrb5 libldap openssl libcomerr3"
32 }