wok-current rev 4271
Up openldap (2.4.16)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 25 22:49:42 2009 +0200 (2009-09-25) |
parents | 7097a62c33a1 |
children | f0ddc061e092 |
files | libldap/receipt openldap-dev/receipt openldap/receipt |
line diff
1.1 --- a/libldap/receipt Fri Sep 25 22:11:07 2009 +0200 1.2 +++ b/libldap/receipt Fri Sep 25 22:49:42 2009 +0200 1.3 @@ -1,11 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libldap" 1.7 -VERSION="2.3.39" 1.8 +VERSION="2.4.16" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="LDAP database libraries." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -TARBALL="$PACKAGE-stable-20071118.tgz" 1.13 WEB_SITE="http://www.openldap.org/" 1.14 DEPENDS="cyrus-sasl openssl" 1.15 WANTED="openldap"
2.1 --- a/openldap-dev/receipt Fri Sep 25 22:11:07 2009 +0200 2.2 +++ b/openldap-dev/receipt Fri Sep 25 22:49:42 2009 +0200 2.3 @@ -1,11 +1,10 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openldap-dev" 2.7 -VERSION="2.3.39" 2.8 +VERSION="2.4.16" 2.9 CATEGORY="development" 2.10 SHORT_DESC="LDAP database development files." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 -TARBALL="$PACKAGE-stable-20071118.tgz" 2.13 WEB_SITE="http://www.openldap.org/" 2.14 WANTED="openldap" 2.15
3.1 --- a/openldap/receipt Fri Sep 25 22:11:07 2009 +0200 3.2 +++ b/openldap/receipt Fri Sep 25 22:49:42 2009 +0200 3.3 @@ -1,11 +1,11 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="openldap" 3.7 -VERSION="2.3.39" 3.8 +VERSION="2.4.16" 3.9 CATEGORY="misc" 3.10 SHORT_DESC="LDAP database system." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 -TARBALL="$PACKAGE-stable-20071118.tgz" 3.13 +TARBALL="$PACKAGE-stable-20090411.tgz" 3.14 WEB_SITE="http://www.openldap.org/" 3.15 WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" 3.16 DEPENDS="libdb openssl cyrus-sasl" 3.17 @@ -20,8 +20,9 @@ 3.18 cd $src 3.19 ./configure --prefix=/usr --infodir=/usr/share/info \ 3.20 --sysconfdir=/etc --localstatedir=/var \ 3.21 - --mandir=/usr/share/man $CONFIGURE_ARGS && 3.22 - make && 3.23 + --mandir=/usr/share/man $CONFIGURE_ARGS 3.24 + which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/' 3.25 + make CPPFLAGS=-D_GNU_SOURCE && 3.26 make DESTDIR=$PWD/_pkg install 3.27 } 3.28