wok-current annotate gutenprint-dev/receipt @ rev 25728

Merge wok for both arch and few updates
author Stanislas Leduc <shann@slitaz.org>
date Thu Dec 05 08:39:45 2024 +0000 (5 weeks ago)
parents a23978bfa665
children
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"
pascal@25460 9 WEB_SITE="https://gimp-print.sourceforge.net/"
jozee@4514 10
pascal@15597 11 DEPENDS="gutenprint pkg-config"
Hans-G?nter@22815 12 WANTED="gutenprint"
pascal@15000 13
shann@25728 14 HOST_ARCH="i486 x86_64"
shann@25728 15
jozee@4514 16 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4514 17 genpkg_rules()
jozee@4514 18 {
Hans-G?nter@24635 19 cook_copy_folders include
Hans-G?nter@24635 20 cook_copy_folders pkgconfig
jozee@4514 21 }