void-packages/srcpkgs/libldap/template

50 lines
1.5 KiB
Plaintext

# Template file for 'libldap'
pkgname=libldap
version=2.4.33
revision=2
wrksrc="openldap-${version}"
build_style=gnu-configure
configure_args="--enable-dynamic --enable-proctitle --with-tls
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
--enable-syslog --disable-slapd --disable-static"
hostmakedepends="pkg-config groff"
makedepends="libsasl-devel openssl-devel"
short_desc="OpenLDAP libraries"
license="OpenLDAP License v2.8 -- BSD alike"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.openldap.org"
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
checksum=81e9eca20f17a69a5d15ebc4c66a323106da4f4f80a32105bc7cdea333aca14c
long_desc="
These are the run-time libraries for the OpenLDAP (Lightweight Directory
Access Protocol) servers and clients."
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
# License
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
libldap-devel_package() {
depends="openssl-devel libsasl-devel ${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} - development files"
pkg_install() {
vmove usr/include
vmove usr/share/man/man3
}
}
libldap_package() {
conf_files="/etc/openldap/ldap.conf"
pkg_install() {
vmove etc
vmove usr
}
}