wok-next annotate libgnome-keyring/receipt @ rev 21443

updated sarg (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue May 05 16:34:52 2020 +0100 (2020-05-05)
parents a3c581bf52b8
children
rev   line source
al@20344 1 # SliTaz package receipt v2.
pascal@11205 2
pascal@11205 3 PACKAGE="libgnome-keyring"
pascal@11205 4 VERSION="2.32.0"
pascal@11205 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="Keep password and other secrets for users"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
al@20906 9 WEB_SITE="https://www.gnome.org/"
pascal@11205 10
al@20344 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@20344 13
pascal@12610 14 BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@11205 16
al@20344 17 compile_rules() {
pascal@11205 18 ./configure \
pascal@11205 19 --libexecdir=/usr/lib/$PACKAGE \
pascal@11205 20 --sysconfdir=/etc/gnome \
gokhlayeh@11573 21 $CONFIGURE_ARGS &&
al@20577 22 fix libtool &&
al@20534 23 make &&
al@20534 24 make install
pascal@11205 25 }
pascal@11205 26
al@20344 27 genpkg_rules() {
al@20344 28 case $PACKAGE in
al@20344 29 libgnome-keyring)
al@20344 30 copy @std
al@20749 31 DEPENDS="dbus glib libgcrypt"
al@20344 32 ;;
al@20344 33 *-dev)
al@20344 34 copy @dev
al@20749 35 DEPENDS="libgnome-keyring glib-dev"
al@20344 36 ;;
al@20344 37 esac
pascal@11205 38 }