wok-next annotate 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
rev   line source
pascal@1155 1 # SliTaz package receipt.
pascal@1155 2
pascal@1155 3 PACKAGE="db"
al@19580 4 VERSION="6.2.23"
pascal@1423 5 CATEGORY="misc"
pascal@1155 6 SHORT_DESC="Berkeley database system."
pascal@1155 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15472 8 LICENSE="BSD"
pascal@1155 9 WEB_SITE="http://www.oracle.com/technology/software/products/berkeley-db/db/"
slaxemulator@10298 10 TAGS="database"
pankso@12989 11 HOST_ARCH="i486 arm"
slaxemulator@10298 12
al@19580 13 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19580 14 WGET_URL="http://download.oracle.com/berkeley-db/$TARBALL"
al@19580 15
slaxemulator@10298 16 DEPENDS="glibc-base libdb"
al@19580 17 SPLIT="libdb libdb-cxx"
pascal@1155 18
pascal@1155 19 # Rules to configure and make the package.
pascal@1155 20 compile_rules()
pascal@1155 21 {
gokhlayeh@8176 22 cd $src/build_unix
pankso@12989 23 ../dist/configure \
al@18523 24 --enable-cxx \
pankso@12989 25 --enable-compat185 \
pascal@13018 26 --enable-dbm \
al@19580 27 --disable-static \
slaxemulator@10298 28 $CONFIGURE_ARGS &&
al@19580 29 make &&
al@19580 30 make docdir=/usr/share/doc/$PACKAGE-$VERSION install
pascal@1155 31 }
pascal@1155 32
pascal@1155 33 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1155 34 genpkg_rules()
pascal@1155 35 {
al@19580 36 cook_copy_folders bin
pascal@1155 37 }