wok annotate gdbm-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
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 }