diff --git a/srcpkgs/libldap/template b/srcpkgs/libldap/template index a5c07c47403..268239097ea 100644 --- a/srcpkgs/libldap/template +++ b/srcpkgs/libldap/template @@ -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 " 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 } }