wok-next view gcr/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents e70c0b9c5adf
children b367284a8ac3
line source
1 # SliTaz package receipt.
3 PACKAGE="gcr"
4 VERSION="3.20.0"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/gcr/${VERSION%.*}/$TARBALL"
14 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+3 harfbuzz \
15 libffi libgcrypt libgpg-error liblzma libpng libxcb libxml2 p11-kit pango \
16 pcre pixman xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender \
17 zlib"
18 BUILD_DEPENDS="intltool gtk-doc gobject-introspection-dev gtk+3-dev vala \
19 p11-kit-dev libgcrypt-dev"
20 SPLIT="gcr-base"
22 # Rules to configure and make the package.
23 compile_rules()
24 {
25 sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &&
27 ./configure \
28 --sysconfdir=/etc \
29 $CONFIGURE_ARGS &&
30 make && make install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 copy bin/ libexec/ GConf/ applications/ dbus-1/ glib-2.0/ mime/ *.so* *.mo *.ui
37 cook_copy_icons
38 # split gcr-base
39 find $fs \( -name 'libgck-1.so*' -o -name 'libgcr-base-3.so*' \) -delete
40 }