wok-next view gnome-keyring3/receipt @ rev 20299

Up remmina (1.2.0-rcgit.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 22:26:00 2017 +0100 (2017-11-09)
parents
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnome-keyring3"
4 VERSION="3.20.1"
5 CATEGORY="x-window"
6 SHORT_DESC="A program that keep password and other secrets for users"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://wiki.gnome.org/Projects/GnomeKeyring"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/gnome-keyring.html"
12 TARBALL="gnome-keyring-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/gnome-keyring/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="intltool gcr-dev libcap-ng-dev libxslt gtk-doc"
16 SPLIT="gnome-keyring3-dev"
18 compile_rules() {
19 sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml
21 ./configure \
22 --sysconfdir=/etc \
23 --disable-pam \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 gnome-keyring3)
32 copy @std
33 DEPENDS="atk bzlib cairo fontconfig freetype gcr gcr-base \
34 gdk-pixbuf glib gtk+3 libcap-ng libffi libgcrypt libgpg-error \
35 libharfbuzz liblzma libpng16 libxml2 p11-kit pango pcre \
36 util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \
37 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb \
38 xorg-pixman"
39 ;;
40 *-dev)
41 copy @dev
42 DEPENDS="gnome-keyring3 glib-dev libffi-dev libgcrypt-dev \
43 libgpg-error-dev pcre-dev"
44 ;;
45 esac
46 }