wok annotate libexif-dev/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (24 months ago)
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 }