wok-current diff gcr-ui/receipt @ rev 25642
Bump linux to 4.19.305, add linux-pae-ipv6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Jan 17 12:05:22 2024 +0000 (9 months ago) |
parents | |
children | bf7fc7b1447c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gcr-ui/receipt Wed Jan 17 12:05:22 2024 +0000 1.3 @@ -0,0 +1,16 @@ 1.4 +# Slitaz package receipt. 1.5 + 1.6 +PACKAGE="gcr-ui" 1.7 +VERSION="3.40.0" 1.8 +CATEGORY="security" 1.9 +SHORT_DESC="Displaying certificates and access key stores UI file" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://developer.gnome.org/gcr/" 1.13 +WANTED="gcr" 1.14 + 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/lib 1.18 + cp -a $install/usr/lib/libgcr-ui*.so* $fs/usr/lib 1.19 +}