wok-6.x annotate db/receipt @ rev 20450
youtube-dl: rename source
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 21 13:01:08 2018 +0200 (2018-09-21) |
parents | 24033cc7961e |
children | 6e8b1bcb30e2 |
rev | line source |
---|---|
pascal@1155 | 1 # SliTaz package receipt. |
pascal@1155 | 2 |
pascal@1155 | 3 PACKAGE="db" |
devl547@19902 | 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 TARBALL="$PACKAGE-$VERSION.NC.tar.gz" |
pascal@1155 | 10 WEB_SITE="http://www.oracle.com/technology/software/products/berkeley-db/db/" |
pascal@1155 | 11 WGET_URL="http://download.oracle.com/berkeley-db/$TARBALL" |
slaxemulator@10298 | 12 TAGS="database" |
pankso@12989 | 13 HOST_ARCH="i486 arm" |
slaxemulator@10298 | 14 |
slaxemulator@10298 | 15 DEPENDS="glibc-base libdb" |
pankso@12989 | 16 BUILD_DEPENDS="" |
pascal@1155 | 17 |
pascal@1155 | 18 # Rules to configure and make the package. |
pascal@1155 | 19 compile_rules() |
pascal@1155 | 20 { |
gokhlayeh@8176 | 21 cd $src/build_unix |
pankso@12989 | 22 ../dist/configure \ |
al@18523 | 23 --enable-cxx \ |
pankso@12989 | 24 --enable-compat185 \ |
pascal@13018 | 25 --enable-dbm \ |
devl547@19902 | 26 --disable-static \ |
slaxemulator@10298 | 27 $CONFIGURE_ARGS && |
slaxemulator@10298 | 28 make && make install |
pascal@1155 | 29 } |
pascal@1155 | 30 |
pascal@1155 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1155 | 32 genpkg_rules() |
pascal@1155 | 33 { |
pascal@4533 | 34 mkdir -p $fs/usr |
pankso@12989 | 35 cp -a $install/usr/bin $fs/usr |
pascal@1155 | 36 } |