wok-current view gcr-base/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 (4 weeks ago)
parents 3ad63c8fc2f9
children
line source
1 # Slitaz package receipt.
3 PACKAGE="gcr-base"
4 VERSION="3.40.0"
5 CATEGORY="security"
6 SHORT_DESC="Displaying certificates and access key stores base file"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.gnome.org/GNOME/gcr/"
10 WANTED="gcr"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/lib/libgcr-base*.so* $fs/usr/lib
16 cp -a $install/usr/lib/libgck-*.so* $fs/usr/lib
17 }