mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
libldap: update to 2.4.40.
This commit is contained in:
parent
d977d2610b
commit
1f1731e347
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libldap'
|
# Template file for 'libldap'
|
||||||
pkgname=libldap
|
pkgname=libldap
|
||||||
version=2.4.38
|
version=2.4.40
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="openldap-${version}"
|
wrksrc="openldap-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-dynamic --enable-proctitle --with-tls
|
configure_args="--enable-dynamic --enable-proctitle --with-tls
|
||||||
|
@ -18,7 +18,7 @@ homepage="http://www.openldap.org"
|
||||||
update_site="${homepage}/software/download/"
|
update_site="${homepage}/software/download/"
|
||||||
update_pkgname=openldap
|
update_pkgname=openldap
|
||||||
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
||||||
checksum=88209a3599ec5d9354fc09bbe29b99db1ffa1b612127c06bad0c5265d0b31fd1
|
checksum=d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e '/^STRIP/s,-s,,g' -i build/top.mk
|
sed -e '/^STRIP/s,-s,,g' -i build/top.mk
|
||||||
|
@ -34,7 +34,7 @@ post_install() {
|
||||||
rm -f ${DESTDIR}/usr/share/man/man5/*
|
rm -f ${DESTDIR}/usr/share/man/man5/*
|
||||||
mv ${DESTDIR}/usr/share/man/ldap.conf.5 ${DESTDIR}/usr/share/man/man5
|
mv ${DESTDIR}/usr/share/man/ldap.conf.5 ${DESTDIR}/usr/share/man/man5
|
||||||
# License
|
# License
|
||||||
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
vlicense LICENSE
|
||||||
|
|
||||||
chmod 755 ${DESTDIR}/usr/lib/*.so.*
|
chmod 755 ${DESTDIR}/usr/lib/*.so.*
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue