wok-next diff db/receipt @ rev 19580

Up: iproute2. Extra up: libmnl, db.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 27 11:15:02 2016 +0200 (2016-12-27)
parents 24033cc7961e
children 9a5b17ddcfcb
line diff
     1.1 --- a/db/receipt	Mon Oct 26 14:50:42 2015 +0200
     1.2 +++ b/db/receipt	Tue Dec 27 11:15:02 2016 +0200
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="db"
     1.7 -VERSION="5.3.21"
     1.8 +VERSION="6.2.23"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Berkeley database system."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 -TARBALL="$PACKAGE-$VERSION.NC.tar.gz"
    1.14  WEB_SITE="http://www.oracle.com/technology/software/products/berkeley-db/db/"
    1.15 -WGET_URL="http://download.oracle.com/berkeley-db/$TARBALL"
    1.16  TAGS="database"
    1.17  HOST_ARCH="i486 arm"
    1.18  
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="http://download.oracle.com/berkeley-db/$TARBALL"
    1.21 +
    1.22  DEPENDS="glibc-base libdb"
    1.23 -BUILD_DEPENDS=""
    1.24 +SPLIT="libdb libdb-cxx"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -23,13 +24,14 @@
    1.29  		--enable-cxx \
    1.30  		--enable-compat185 \
    1.31  		--enable-dbm \
    1.32 +		--disable-static \
    1.33  		$CONFIGURE_ARGS &&
    1.34 -	make &&	make install
    1.35 +	make &&
    1.36 +	make docdir=/usr/share/doc/$PACKAGE-$VERSION install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +	cook_copy_folders bin
    1.45  }