wok annotate exiv2-dev/receipt @ rev 24528

updated exiv2 and exiv2-dev (0.27.3 -> 0.27.5)
author Hans-G?nter Theisgen
date Wed Feb 23 07:22:56 2022 +0100 (2022-02-23)
parents 976ee80905da
children f38ee01eaf10
rev   line source
jozee@2725 1 # SliTaz package receipt.
jozee@2725 2
jozee@2725 3 PACKAGE="exiv2-dev"
Hans-G?nter@24528 4 VERSION="0.27.5"
jozee@2725 5 CATEGORY="development"
Hans-G?nter@24528 6 SHORT_DESC="Exiv2 development files."
jozee@2725 7 MAINTAINER="jozee@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
pascal@21145 9 WEB_SITE="https://www.exiv2.org/"
Hans-G?nter@20899 10
Hans-G?nter@22750 11 DEPENDS="exiv2 pkg-config"
jozee@2725 12 WANTED="exiv2"
Hans-G?nter@22750 13
pankso@16269 14 HOST_ARCH="i486 arm"
jozee@2725 15
jozee@2725 16 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2725 17 genpkg_rules()
jozee@2725 18 {
Hans-G?nter@24528 19 cook_copy_folders include
Hans-G?nter@24528 20 cook_copy_folders pkgconfig
Hans-G?nter@24528 21 cook_copy_files *.a
jozee@2725 22 }