wok annotate jasper-dev/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 73f2eb72a8fe
children
rev   line source
jozee@3038 1 # SliTaz package receipt.
jozee@3038 2
jozee@3038 3 PACKAGE="jasper-dev"
Hans-G?nter@24685 4 VERSION="3.0.2"
jozee@3038 5 CATEGORY="development"
Hans-G?nter@21073 6 SHORT_DESC="Jasper development files."
jozee@3038 7 MAINTAINER="jozee@slitaz.org"
pascal@15601 8 LICENSE="MIT"
Hans-G?nter@24685 9 WEB_SITE="https://www.ece.uvic.ca/~frodo/jasper/"
Hans-G?nter@21073 10
Hans-G?nter@24685 11 DEPENDS="jasper pkg-config"
jozee@3038 12 WANTED="jasper"
Hans-G?nter@24685 13
pascal@19096 14 HOST_ARCH="i486 arm"
jozee@3038 15
jozee@3038 16 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3038 17 genpkg_rules()
jozee@3038 18 {
Hans-G?nter@24686 19 cook_copy_folders include
Hans-G?nter@24686 20 cook_copy_folders pkgconfig
jozee@3038 21 }