wok-next annotate gnome-keyring3/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents f48456621a9d
children
rev   line source
al@20095 1 # SliTaz package receipt v2.
al@20095 2
al@20095 3 PACKAGE="gnome-keyring3"
al@20095 4 VERSION="3.20.1"
al@20095 5 CATEGORY="x-window"
al@20095 6 SHORT_DESC="A program that keep password and other secrets for users"
al@20095 7 MAINTAINER="al.bobylev@gmail.com"
al@20095 8 LICENSE="GPL2 LGPL2.1"
al@20095 9 WEB_SITE="https://wiki.gnome.org/Projects/GnomeKeyring"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-keyring.html"
al@20882 11 REPOLOGY="gnome-keyring"
al@20095 12
al@20095 13 TARBALL="gnome-keyring-$VERSION.tar.xz"
al@20095 14 WGET_URL="$GNOME_MIRROR/gnome-keyring/${VERSION%.*}/$TARBALL"
al@20095 15
al@21020 16 BUILD_DEPENDS="shared-mime-info intltool gcr-dev libcap-ng-dev libxslt gtk-doc \
al@21020 17 libgcrypt-dev"
al@20095 18
al@20095 19 compile_rules() {
al@20095 20 sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml
al@20095 21
al@20095 22 ./configure \
al@20095 23 --disable-pam \
al@20095 24 $CONFIGURE_ARGS &&
al@20534 25 fix libtool &&
al@20095 26 make &&
al@20095 27 make install
al@20095 28 }
al@20095 29
al@20095 30 genpkg_rules() {
al@20568 31 copy @std
al@20568 32 DEPENDS="gcr-base glib libcap-ng libgcrypt"
al@20095 33 }