wok-current view gcr-ui/receipt @ rev 25714

fix plugins path on abiword receipt
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 11:38:57 2024 +0000 (7 months ago)
parents 3ad63c8fc2f9
children 5926178cd6fa
line source
1 # Slitaz package receipt.
3 PACKAGE="gcr-ui"
4 VERSION="3.40.0"
5 CATEGORY="security"
6 SHORT_DESC="Displaying certificates and access key stores UI 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-ui*.so* $fs/usr/lib
16 }