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

Add mdiedit, xlunch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 10 17:32:40 2018 +0200 (2018-01-10)
parents ebd13d88e221
children c4e53a39395a
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"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool"
16 SPLIT="libgnome-keyring-dev"
18 compile_rules() {
19 ./configure \
20 --libexecdir=/usr/lib/$PACKAGE \
21 --sysconfdir=/etc/gnome \
22 $CONFIGURE_ARGS &&
23 make && 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 }