libldap: update to 2.4.33.
This commit is contained in:
parent
29168f340b
commit
de35cfa949
2 changed files with 9 additions and 11 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'libldap-devel'.
|
# Template file for 'libldap-devel'.
|
||||||
#
|
#
|
||||||
depends="openssl-devel libsasl-devel libldap>=2.4.31"
|
noarch=yes
|
||||||
|
depends="openssl-devel libsasl-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
vmove usr/share/man/man3 usr/share/man
|
vmove usr/share/man/man3 usr/share/man
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libldap'
|
# Template file for 'libldap'
|
||||||
pkgname=libldap
|
pkgname=libldap
|
||||||
version=2.4.31
|
version=2.4.33
|
||||||
|
revision=1
|
||||||
wrksrc="openldap-${version}"
|
wrksrc="openldap-${version}"
|
||||||
homepage="http://www.openldap.org"
|
|
||||||
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-dynamic --enable-proctitle --with-tls
|
configure_args="--enable-dynamic --enable-proctitle --with-tls
|
||||||
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
|
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
|
||||||
--enable-syslog --disable-slapd"
|
--enable-syslog --disable-slapd --disable-static"
|
||||||
makedepends="pkg-config libsasl-devel openssl-devel groff"
|
makedepends="pkg-config libsasl-devel openssl-devel groff"
|
||||||
revision=1
|
|
||||||
short_desc="OpenLDAP libraries"
|
short_desc="OpenLDAP libraries"
|
||||||
license="OpenLDAP License v2.8 -- BSD alike"
|
license="OpenLDAP License v2.8 -- BSD alike"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=bde845840df4794b869a6efd6a6b1086f80989038e4844b2e4d7d6b57b39c5b6
|
homepage="http://www.openldap.org"
|
||||||
|
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
||||||
|
checksum=81e9eca20f17a69a5d15ebc4c66a323106da4f4f80a32105bc7cdea333aca14c
|
||||||
long_desc="
|
long_desc="
|
||||||
These are the run-time libraries for the OpenLDAP (Lightweight Directory
|
These are the run-time libraries for the OpenLDAP (Lightweight Directory
|
||||||
Access Protocol) servers and clients."
|
Access Protocol) servers and clients."
|
||||||
|
@ -21,7 +21,6 @@ long_desc="
|
||||||
conf_files="/etc/openldap/ldap.conf"
|
conf_files="/etc/openldap/ldap.conf"
|
||||||
subpackages="libldap-devel"
|
subpackages="libldap-devel"
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove unused stuff.
|
# Remove unused stuff.
|
||||||
rm -rf ${DESTDIR}/usr/bin
|
rm -rf ${DESTDIR}/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue