wok annotate gdbm-dev/receipt @ rev 24588

updated gdbm and gdbm-dev (1.18.1 -> 1.23)
author Hans-G?nter Theisgen
date Mon Feb 28 15:06:59 2022 +0100 (2022-02-28)
parents 45c7c0120eaf
children 3c575401ce94
rev   line source
pascal@1436 1 # SliTaz package receipt.
pascal@1436 2
pascal@1436 3 PACKAGE="gdbm-dev"
Hans-G?nter@24588 4 VERSION="1.23"
pascal@1436 5 CATEGORY="development"
Hans-G?nter@24588 6 SHORT_DESC="GNU database indexing library - development files."
pascal@1436 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
Hans-G?nter@20960 9 WEB_SITE="https://www.gnu.org/software/gdbm"
Hans-G?nter@20960 10
pascal@1436 11 WANTED="gdbm"
Hans-G?nter@24588 12
pankso@16042 13 HOST_ARCH="i486 arm"
pascal@1436 14
pascal@1436 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1436 16 genpkg_rules()
pascal@1436 17 {
Hans-G?nter@24588 18 cook_copy_folders include
Hans-G?nter@24588 19 cook_copy_files *.*a
pascal@1436 20 }