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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
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/svn/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="shared-mime-info intltool gcr-dev libcap-ng-dev libxslt gtk-doc \
17 libgcrypt-dev"
19 compile_rules() {
20 sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml
22 ./configure \
23 --disable-pam \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="gcr-base glib libcap-ng libgcrypt"
33 }