wok annotate gdbm-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 2b9f96603415
children 45c7c0120eaf
rev   line source
pascal@1436 1 # SliTaz package receipt.
pascal@1436 2
pascal@1436 3 PACKAGE="gdbm-dev"
devl547@11332 4 VERSION="1.10"
pascal@1436 5 CATEGORY="development"
pascal@1436 6 SHORT_DESC="GNU database indexing library development files."
pascal@1436 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
pascal@1436 9 WEB_SITE="http://www.gnu.org/software/gdbm"
pascal@1436 10 WANTED="gdbm"
pankso@16042 11 HOST_ARCH="i486 arm"
pascal@1436 12
pascal@1436 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1436 14 genpkg_rules()
pascal@1436 15 {
pascal@1436 16 mkdir -p $fs/usr/lib
pascal@14999 17 cp -a $install/usr/lib/*.a $fs/usr/lib
pascal@14999 18 cp -a $install/usr/include $fs/usr
pascal@1436 19 }
pascal@1436 20