wok-current annotate exempi-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 | 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 } |