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