wok diff openldap/receipt @ rev 7525

Fixed thunderbird-langpkg-de to save de.xpi as thunderbird-langpkg-de-VERSION.xpi in src repo folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 05 21:17:30 2010 +0000 (2010-12-05)
parents 49e501a55595
children c4a605195941
line diff
     1.1 --- a/openldap/receipt	Sat Jul 10 09:37:09 2010 +0200
     1.2 +++ b/openldap/receipt	Sun Dec 05 21:17:30 2010 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openldap"
     1.7 -VERSION="2.4.16"
     1.8 +VERSION="2.4.23"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="LDAP database system."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -TARBALL="$PACKAGE-stable-20090411.tgz"
    1.13 +TARBALL="$PACKAGE-$VERSION.tgz"
    1.14  WEB_SITE="http://www.openldap.org/"
    1.15 -WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL"
    1.16 +WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-release/$TARBALL"
    1.17  DEPENDS="libdb openssl cyrus-sasl libkrb5 libcomerr3 util-linux-ng-uuid icu \
    1.18  gcc-lib-base"
    1.19  BUILD_DEPENDS="db-dev libdb"
    1.20 @@ -40,11 +40,6 @@
    1.21  	cp -a $_pkg/var $fs
    1.22  	cp -a stuff/etc/init.d $fs/etc
    1.23  	chmod 700 $fs/var/openldap-data $fs/etc/openldap
    1.24 -	# Package all mysql pkgs
    1.25 -	for i in $(cd $WOK; ls -d openldap-* libldap*)
    1.26 -	do
    1.27 -		tazwok genpkg $i
    1.28 -	done
    1.29  }
    1.30  
    1.31  # Pre and post install commands for Tazpkg.