wok annotate exempi-dev/receipt @ rev 24554

updated flac and flac-dev again (1.3.3 -> 1.3.4)
author Hans-G?nter Theisgen
date Fri Feb 25 11:25:23 2022 +0100 (2022-02-25)
parents b14bb06fb621
children
rev   line source
yuripourre@16980 1 # SliTaz package receipt.
yuripourre@16980 2
yuripourre@16980 3 PACKAGE="exempi-dev"
Hans-G?nter@24526 4 VERSION="2.6.1"
yuripourre@16980 5 CATEGORY="libdevel"
Hans-G?nter@22709 6 SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform) - development files."
Hans-G?nter@22709 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16980 8 LICENSE="GPL3"
Hans-G?nter@22709 9 WEB_SITE="https://wiki.freedesktop.org/libopenraw/Exempi/"
Hans-G?nter@22709 10
Hans-G?nter@22709 11 DEPENDS="exempi pkg-config"
yuripourre@16980 12 WANTED="exempi"
yuripourre@16980 13
yuripourre@16980 14 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@16980 15 genpkg_rules()
yuripourre@16980 16 {
Hans-G?nter@24526 17 cook_copy_folders include
Hans-G?nter@24526 18 cook_copy_folders pkgconfig
Hans-G?nter@24526 19 cook_copy_files *.*a
yuripourre@16980 20 }