wok-current view gcr-base/receipt @ rev 25725
Patch openssh CVE-2024-6387
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jul 01 15:09:44 2024 +0000 (4 months 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 }