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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 757d032c55c7
children d958fec46c9f
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"
17 compile_rules() {
18 sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml
20 ./configure \
21 --disable-pam \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="gcr-base glib libcap-ng libgcrypt"
31 }