libldap: update to 2.4.36.

This commit is contained in:
Juan RP 2013-08-22 08:26:38 +02:00
parent ed7a3b10c5
commit c3ae28f245

View file

@ -1,6 +1,6 @@
# Template file for 'libldap'
pkgname=libldap
version=2.4.35
version=2.4.36
revision=1
wrksrc="openldap-${version}"
build_style=gnu-configure
@ -15,7 +15,7 @@ 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=16100374c147df0d82a5c52ca60da5eca1a5ea8b5a187467d40a78e3691e9eeb
checksum=05b013faa789f38012aa92e2dc42ac02ea77502302ae7dac5ab225cbe73ce67a
long_desc="
These are the run-time libraries for the OpenLDAP (Lightweight Directory
Access Protocol) servers and clients."
@ -49,6 +49,7 @@ libldap-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/share/man/man3
}
}