wok diff db/receipt @ rev 8266
Up: xz to 5.0.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 29 22:11:10 2011 +0000 (2011-01-29) |
parents | 53e1828da719 |
children | 39483837ccd2 |
line diff
1.1 --- a/db/receipt Wed Nov 17 03:47:52 2010 +0000 1.2 +++ b/db/receipt Sat Jan 29 22:11:10 2011 +0000 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.