wok-next view gcr/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 82b613cfd1e0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gcr"
4 VERSION="3.28.1"
5 CATEGORY="security"
6 SHORT_DESC="Displaying certificates and accessing key stores"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://developer.gnome.org/gcr/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/gcr.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/gcr/${VERSION%.*}/$TARBALL"
14 TARBALL_SHA1="947ca5958d20f9d648e82210f056ff5ed63d9ccc"
16 BUILD_DEPENDS="intltool gtk-doc gobject-introspection-dev gtk3-dev vala \
17 p11-kit-dev libgcrypt-dev"
18 SPLIT="$PACKAGE-base $PACKAGE-dev $PACKAGE"
20 COPY_base="libgcr-base-3.so.* libgck-1.so.*"
21 COPY_dev="@dev *.so"
22 COPY_std="@std @rm *.mo @ico"
24 DEPENDS_base="glib libgcrypt libp11-kit"
25 DEPENDS_std="$PACKAGE-base gdk-pixbuf glib gtk3 libcairo libgcrypt pango"
26 DEPENDS_dev="$PACKAGE $PACKAGE-base glib-dev gtk3-dev p11-kit-dev"
28 CAT_base="security|base files"
30 compile_rules() {
31 sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml
33 ./configure $CONFIGURE_ARGS &&
34 fix libtool &&
35 make &&
36 make install
37 }