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

Small improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:34:11 2018 +0300 (2018-09-27)
parents 5baa3b6a24e7
children f48456621a9d
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"
11 REPOLOGY="gnome-keyring"
13 TARBALL="gnome-keyring-$VERSION.tar.xz"
14 WGET_URL="$GNOME_MIRROR/gnome-keyring/${VERSION%.*}/$TARBALL"
16 BUILD_DEPENDS="intltool gcr-dev libcap-ng-dev libxslt gtk-doc"
18 compile_rules() {
19 sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml
21 ./configure \
22 --disable-pam \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="gcr-base glib libcap-ng libgcrypt"
32 }