wok-current view gcr/receipt @ rev 25629

Mass updates for current
author Stanislas Leduc <shann@slitaz.org>
date Wed Oct 11 18:45:46 2023 +0000 (8 months ago)
parents
children 3ad63c8fc2f9
line source
1 # Slitaz package receipt.
3 PACKAGE="gcr"
4 VERSION="3.28.1"
5 CATEGORY="security"
6 SHORT_DESC="Displaying certificates and access key stores"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://developer.gnome.org/gcr/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
13 BUILD_DEPENDS="intltool gtk-doc gobject-introspection-dev \
14 gtk+3-dev vala p11-kit-dev libgcrypt-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share $fs/usr/lib
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 cp -a $install/usr/libexec $fs/usr
30 }