37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
|
# Template file for 'libldap'
|
||
|
pkgname=libldap
|
||
|
version=2.4.21
|
||
|
wrksrc="openldap-${version}"
|
||
|
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
||
|
build_style=gnu_configure
|
||
|
configure_args="--localstatedir=/var --enable-dynamic --enable-proctitle
|
||
|
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads --with-tls
|
||
|
--enable-syslog --disable-slapd"
|
||
|
short_desc="OpenLDAP libraries"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=22eca357137c135b5561e2fa0e3336b280702acf2e5c4f40bc7aed1d1e8e9324
|
||
|
long_desc="
|
||
|
These are the run-time libraries for the OpenLDAP (Lightweight Directory
|
||
|
Access Protocol) servers and clients."
|
||
|
|
||
|
conf_files="/etc/openldap/ldap.conf"
|
||
|
subpackages="libldap-devel"
|
||
|
|
||
|
Add_dependency run glibc
|
||
|
Add_dependency run libsasl
|
||
|
Add_dependency run openssl
|
||
|
Add_dependency build pkg-config
|
||
|
Add_dependency build libsasl-devel
|
||
|
Add_dependency build openssl-devel
|
||
|
|
||
|
post_install()
|
||
|
{
|
||
|
# Remove unused stuff.
|
||
|
rm -rf ${DESTDIR}/usr/bin
|
||
|
rm -rf ${DESTDIR}/usr/share/man/man[18]
|
||
|
rm -f ${DESTDIR}/etc/openldap/*.default
|
||
|
mv ${DESTDIR}/usr/share/man/man5/ldap.conf.5 ${DESTDIR}/usr/share/man
|
||
|
rm -f ${DESTDIR}/usr/share/man/man5/*
|
||
|
mv ${DESTDIR}/usr/share/man/ldap.conf.5 ${DESTDIR}/usr/share/man/man5
|
||
|
}
|