wok-current view gcr-dev/receipt @ rev 25697
Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Apr 16 17:00:21 2024 +0000 (7 months ago) |
parents | 3ad63c8fc2f9 |
children |
line source
1 # Slitaz package receipt.
3 PACKAGE="gcr-dev"
4 VERSION="3.40.0"
5 CATEGORY="security"
6 SHORT_DESC="Development files for gcr"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.gnome.org/GNOME/gcr/"
10 WANTED="gcr"
12 DEPENDS="gcr"
14 #
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/share/gir-1.0 $fs/usr/share
21 cp -a $install/usr/share/vala $fs/usr/share
22 }