wok-6.x rev 8176
imported patch toolchain/db.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:49 2011 +0100 (2011-01-27) |
parents | 6806fbb7d8bb |
children | 40dd80f1a82c |
files | db/receipt |
line diff
1.1 --- a/db/receipt Thu Jan 27 00:20:49 2011 +0100 1.2 +++ b/db/receipt Thu Jan 27 00:20:49 2011 +0100 1.3 @@ -8,23 +8,17 @@ 1.4 TARBALL="$PACKAGE-$VERSION.NC.tar.gz" 1.5 WEB_SITE="http://www.oracle.com/technology/software/products/berkeley-db/db/" 1.6 WGET_URL="http://download.oracle.com/berkeley-db/$TARBALL" 1.7 -BUILD_DEPENDS="slitaz-toolchain patch" 1.8 +BUILD_DEPENDS="gcc" 1.9 DEPENDS="glibc-base libdb" 1.10 TAGS="database" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - mv $PACKAGE-$VERSION.NC $src 1.16 - cd $src 1.17 - cd build_unix 1.18 - ../dist/configure \ 1.19 - --enable-compat185 \ 1.20 - --prefix=/usr \ 1.21 - --infodir=/usr/share/info \ 1.22 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.23 + cd $src/build_unix 1.24 + ../dist/configure --enable-compat185 && 1.25 make && 1.26 - make DESTDIR=$PWD/../_pkg install 1.27 + make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg.