From 3d5756bc5b2fc2860560c7bcb5dabefbc5ab6def Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 19 May 2012 20:04:18 +0000 Subject: openldap 2.4.31-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openldap/Pkgfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'openldap/Pkgfile') diff --git a/openldap/Pkgfile b/openldap/Pkgfile index 94c130027..d578b7a67 100644 --- a/openldap/Pkgfile +++ b/openldap/Pkgfile @@ -6,14 +6,14 @@ # Run on: libldap name=openldap -version=2.4.28 -release=2 +version=2.4.31 +release=1 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$name-$version.tgz) build() { - source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 - tar xvf $scripts-$scriptsversion.tar.bz2 + source /etc/blfs-bootscripts + wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 + tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" @@ -64,7 +64,7 @@ build() { ln -s libldap_r.so libldap_r.so.2) || exit 1 # Installation of the script cd ../$scripts-$scriptsversion - make DESTDIR=$PKG install-openldap1 + make DESTDIR=$PKG install-openldap # Suppress files from libldap rm -r $PKG/usr/share/man/man{3,5} rm -r $PKG/usr/{lib,include} -- cgit v1.2.3-54-g00ecf