From acbcb6921de8c5345a552b097c7b23fc130419c0 Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 17 May 2010 14:00:23 +0200 Subject: openldap, séparation librairies et service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/openldap/Pkgfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'extra/openldap/Pkgfile') diff --git a/extra/openldap/Pkgfile b/extra/openldap/Pkgfile index c7700eeeb..24ca952ea 100644 --- a/extra/openldap/Pkgfile +++ b/extra/openldap/Pkgfile @@ -2,11 +2,11 @@ # URL: http://www.openldap.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: cyrus-sasl +# Depends on: libldap name=openldap version=2.4.21 -release=1 +release=2 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$name-$version.tgz) build() { @@ -50,7 +50,7 @@ build() { --enable-shared make depend - make -j3 + make make DESTDIR=$PKG install sed -i -e "s|-L${PKG}/usr/lib||g" $PKG/usr/lib/*.la @@ -64,6 +64,8 @@ build() { # Installation of the script cd ../$scripts-$scriptsversion make DESTDIR=$PKG install-openldap1 - + # Suppress files from libldap + rm -r $PKG/usr/share/man/man{3,5} + rm -r $PKG/usr/{lib,include} rm -f $PKG/etc/openldap/schema/README } -- cgit v1.2.3-70-g09d2