wok-next annotate gdbm/receipt @ rev 19571

Up: attr, acl, libcap, shadow (added), psmisc (added), iana-etc (added), bison, flex, bc, libtool, gdbm. Extra: help2man, perl-locale-gettext.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 23 03:55:33 2016 +0200 (2016-12-23)
parents e4cda1000ec7
children 9a17d981d0f7
rev   line source
pascal@1436 1 # SliTaz package receipt.
pascal@1436 2
pascal@1436 3 PACKAGE="gdbm"
al@19571 4 VERSION="1.12"
pascal@1436 5 CATEGORY="misc"
pascal@1436 6 SHORT_DESC="GNU database indexing library."
pascal@1436 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@19571 9 WEB_SITE="https://www.gnu.org/software/gdbm"
pankso@16042 10 HOST_ARCH="i486 arm"
pascal@1436 11
al@19571 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19571 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19571 14
pankso@16042 15 DEPENDS=""
al@19571 16 BUILD_DEPENDS="gettext"
al@19571 17 SPLIT="gdbm-tools"
slaxemulator@10426 18
pascal@1436 19 # Rules to configure and make the package.
pascal@1436 20 compile_rules()
pascal@1436 21 {
al@19571 22 ./configure \
al@19571 23 --disable-static \
al@19571 24 --enable-libgdbm-compat \
al@19571 25 $CONFIGURE_ARGS &&
al@19571 26 make && make install
pascal@1436 27 }
pascal@1436 28
pascal@1436 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1436 30 genpkg_rules()
pascal@1436 31 {
al@19571 32 cook_copy_files *.so*
pascal@1436 33 }