wok annotate libexif-dev/receipt @ rev 25487

Up exiftool (12.50), foomatic-db (4.0-20221111), lzsa (1.4.0), zlib (1.2.13)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 15 16:20:54 2022 +0000 (2022-11-15)
parents 376c63dc731b
children
rev   line source
pankso@1277 1 # SliTaz package receipt.
pankso@1277 2
pankso@1277 3 PACKAGE="libexif-dev"
Hans-Günter@24739 4 VERSION="0.6.24"
pankso@1277 5 CATEGORY="development"
Hans-Günter@21176 6 SHORT_DESC="Libexif - development files."
pankso@1277 7 MAINTAINER="pankso@slitaz.org"
pascal@15472 8 LICENSE="LGPL2.1"
Hans-Günter@24739 9 WEB_SITE="https://libexif.github.io/"
Hans-Günter@21176 10
Hans-Günter@24739 11 DEPENDS="libexif pkg-config"
Hans-Günter@21176 12 WANTED="libexif"
Hans-Günter@21176 13
pankso@16095 14 HOST_ARCH="i486 arm"
pankso@1277 15
pankso@1277 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@1277 17 genpkg_rules()
pankso@1277 18 {
Hans-Günter@24739 19 get_dev_files
pankso@1277 20 }