wok-current view gcr-base/receipt @ rev 25724

Up audacity to 3.0.2, fix openssh/wxWidgets build
author Stanislas Leduc <shann@slitaz.org>
date Tue Jun 25 14:51:14 2024 +0000 (7 months ago)
parents 3ad63c8fc2f9
children 5926178cd6fa
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 }