wok-next view libgnome-keyring3/receipt @ rev 20577

More fix libtool
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 03:34:33 2018 +0300 (2018-04-14)
parents 757d032c55c7
children 342b30daff76
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgnome-keyring3"
4 VERSION="3.12.0"
5 CATEGORY="x-window"
6 SHORT_DESC="A library that keep password and other secrets for users"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2"
9 WEB_SITE="https://wiki.gnome.org/Projects/GnomeKeyring"
11 TARBALL="libgnome-keyring-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/libgnome-keyring/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool gtk-doc gobject-introspection-dev vala dbus-dev \
15 libgcrypt-dev"
16 SPLIT="libgnome-keyring3-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libgnome-keyring3)
28 copy @std
29 DEPENDS="dbus glib libffi libgcrypt libgpg-error pcre"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="libgnome-keyring3 dbus-dev glib-dev libffi-dev \
34 libgcrypt-dev libgpg-error-dev pcre-dev"
35 ;;
36 esac
37 }