libldap: update to 2.4.37.
This commit is contained in:
parent
53b4d71824
commit
82eb3e6861
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'libldap'
|
# Template file for 'libldap'
|
||||||
pkgname=libldap
|
pkgname=libldap
|
||||||
version=2.4.36
|
version=2.4.37
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="openldap-${version}"
|
wrksrc="openldap-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
@ -10,24 +10,16 @@ configure_args="--enable-dynamic --enable-proctitle --with-tls
|
|||||||
--with-yielding_select=yes ac_cv_func_memcmp_working=yes"
|
--with-yielding_select=yes ac_cv_func_memcmp_working=yes"
|
||||||
hostmakedepends="pkg-config groff automake libtool"
|
hostmakedepends="pkg-config groff automake libtool"
|
||||||
makedepends="libsasl-devel openssl-devel"
|
makedepends="libsasl-devel openssl-devel"
|
||||||
short_desc="OpenLDAP libraries"
|
short_desc="OpenLDAP (Lightweight Directory Access Protocol) 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>"
|
||||||
homepage="http://www.openldap.org"
|
homepage="http://www.openldap.org"
|
||||||
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=05b013faa789f38012aa92e2dc42ac02ea77502302ae7dac5ab225cbe73ce67a
|
checksum=3808f4e0800345bedf394882acc169d5d0d41cd204d742ffa217cf391fab5723
|
||||||
long_desc="
|
|
||||||
These are the run-time libraries for the OpenLDAP (Lightweight Directory
|
|
||||||
Access Protocol) servers and clients."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e '/^STRIP/s,-s,,g' -i build/top.mk
|
sed -e '/^STRIP/s,-s,,g' -i build/top.mk
|
||||||
sed -e "s/^AC_INIT.*/AC_INIT([openldap],[${version}])/" \
|
aclocal; autoconf; autoheader; libtoolize -f
|
||||||
-e "s/^AM_INIT_AUTOMAKE.*/AM_INIT_AUTOMAKE/" -i configure.in
|
|
||||||
aclocal
|
|
||||||
autoconf
|
|
||||||
autoheader
|
|
||||||
libtoolize -f
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
@ -45,7 +37,7 @@ post_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
libldap-devel_package() {
|
libldap-devel_package() {
|
||||||
depends="openssl-devel libsasl-devel ${sourcepkg}-${version}_${revision}"
|
depends="openssl-devel libsasl-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user