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

Up libmatchbox
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 06 03:32:57 2018 +0300 (2018-04-06)
parents c4e53a39395a
children 25deb7c6df08
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="http://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 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libgnome-keyring)
29 copy @std
30 DEPENDS="dbus glib libgcrypt libgpg-error"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="libgnome-keyring dbus-dev glib-dev libgcrypt-dev \
35 libgpg-error-dev pcre-dev"
36 ;;
37 esac
38 }