wok-next view libgnome-keyring/receipt @ rev 21019

tor update: 0.3.3.7 -> 0.3.3.10
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Oct 28 14:13:49 2018 +0000 (2018-10-28)
parents 342b30daff76
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgnome-keyring"
4 VERSION="2.32.0"
5 CATEGORY="x-window"
6 SHORT_DESC="A library that keep password and other secrets for users"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool"
15 SPLIT="libgnome-keyring-dev"
17 compile_rules() {
18 ./configure \
19 --libexecdir=/usr/lib/$PACKAGE \
20 --sysconfdir=/etc/gnome \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libgnome-keyring)
30 copy @std
31 DEPENDS="dbus glib libgcrypt"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="libgnome-keyring glib-dev"
36 ;;
37 esac
38 }