wok rev 3645

Upgrade: db (4.5.20 to 4.7.25)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Jul 06 16:50:15 2009 +0000 (2009-07-06)
parents f54eb9cef44d
children 62be5adc53af
files db-dev/receipt db/receipt libdb/receipt
line diff
     1.1 --- a/db-dev/receipt	Sat Jul 04 16:24:12 2009 +0000
     1.2 +++ b/db-dev/receipt	Mon Jul 06 16:50:15 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="db-dev"
     1.7 -VERSION="4.5.20"
     1.8 +VERSION="4.7.25"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Berkeley database development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/db/receipt	Sat Jul 04 16:24:12 2009 +0000
     2.2 +++ b/db/receipt	Mon Jul 06 16:50:15 2009 +0000
     2.3 @@ -1,30 +1,32 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="db"
     2.7 -VERSION="4.5.20"
     2.8 +VERSION="4.7.25"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Berkeley database system."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  TARBALL="$PACKAGE-$VERSION.NC.tar.gz"
    2.13  WEB_SITE="http://www.oracle.com/technology/software/products/berkeley-db/db/"
    2.14  WGET_URL="http://download.oracle.com/berkeley-db/$TARBALL"
    2.15 -BUILD_DEPENDS="patch"
    2.16 -DEPENDS="libdb"
    2.17 +BUILD_DEPENDS="slitaz-toolchain patch"
    2.18 +DEPENDS="glibc-base libdb"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -	if [ -L $(which patch) ]; then
    2.24 -		echo "Please reinstall patch !"
    2.25 -		return 1
    2.26 -	fi
    2.27 -	ln -s $PACKAGE-$VERSION.NC $src
    2.28 +#	if [ -L $(which patch) ]; then
    2.29 +#		echo "Please reinstall patch !"
    2.30 +#		return 1
    2.31 +#	fi
    2.32 +	mv $PACKAGE-$VERSION.NC $src
    2.33  	cd $src
    2.34 -	wget  http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/patch.4.5.20.1 || return 1
    2.35 -	[ -f done.patch.4.5.20.1 ] || patch -p0 < patch.4.5.20.1
    2.36 -	touch done.patch.4.5.20.1
    2.37 +#	wget  http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/patch.4.5.20.1 || return 1
    2.38 +#	[ -f done.patch.4.5.20.1 ] || patch -p0 < patch.4.5.20.1
    2.39 +#	touch done.patch.4.5.20.1
    2.40  	cd build_unix
    2.41 -	../dist/configure --prefix=/usr --infodir=/usr/share/info \
    2.42 +	../dist/configure \
    2.43 +		--prefix=/usr \
    2.44 +		--infodir=/usr/share/info \
    2.45  		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.46  	make &&
    2.47  	make DESTDIR=$PWD/../_pkg install
    2.48 @@ -42,7 +44,7 @@
    2.49  	done
    2.50  }
    2.51  
    2.52 -clean_wok()
    2.53 -{
    2.54 -	rm -rf PACKAGE-$VERSION.NC
    2.55 -}
    2.56 +#clean_wok()
    2.57 +#{
    2.58 +#	rm -rf PACKAGE-$VERSION.NC
    2.59 +#}
     3.1 --- a/libdb/receipt	Sat Jul 04 16:24:12 2009 +0000
     3.2 +++ b/libdb/receipt	Mon Jul 06 16:50:15 2009 +0000
     3.3 @@ -1,11 +1,12 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libdb"
     3.7 -VERSION="4.5.20"
     3.8 +VERSION="4.7.25"
     3.9  CATEGORY="misc"
    3.10  SHORT_DESC="Berkeley database libraries."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  WEB_SITE="http://www.oracle.com/technology/software/products/berkeley-db/db/"
    3.13 +DEPENDS="glibc-base"
    3.14  WANTED="db"
    3.15  
    3.16  # Rules to gen a SliTaz package suitable for Tazpkg.