wok-current annotate exiv2-dev/receipt @ rev 25786

Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
author Stanislas Leduc <shann@slitaz.org>
date Tue Jul 29 18:05:13 2025 +0000 (2 months ago)
parents f38ee01eaf10
children
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@24978 9 WEB_SITE="https://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 }
Hans-Günter@24529 23