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