wok annotate gutenprint-dev/receipt @ rev 24936

created recipe for mypaint-brushes
author Hans-G?nter Theisgen
date Thu Apr 14 09:08:33 2022 +0100 (2022-04-14)
parents 1d41e6aa71da
children 002a704d9c02
rev   line source
jozee@4514 1 # SliTaz package receipt.
jozee@4514 2
pankso@4522 3 PACKAGE="gutenprint-dev"
Hans-G?nter@24635 4 VERSION="5.3.4"
jozee@4514 5 CATEGORY="development"
Hans-G?nter@22815 6 SHORT_DESC="Gutenprint development files."
jozee@4514 7 MAINTAINER="jozee@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
Hans-G?nter@22815 9 WEB_SITE="https://sourceforge.net/projects/gimp-print/"
jozee@4514 10
pascal@15597 11 DEPENDS="gutenprint pkg-config"
Hans-G?nter@22815 12 WANTED="gutenprint"
pascal@15000 13
jozee@4514 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4514 15 genpkg_rules()
jozee@4514 16 {
Hans-G?nter@24635 17 cook_copy_folders include
Hans-G?nter@24635 18 cook_copy_folders pkgconfig
Hans-G?nter@24635 19 cook_copy_files *.*a
jozee@4514 20 }