wok-next view libsecret/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsecret"
4 VERSION="0.18.7"
5 CATEGORY="security"
6 SHORT_DESC="GObject bindings for Secret Service API"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://wiki.gnome.org/Projects/Libsecret"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/libsecret.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 TARBALL_SHA1="b98a5b62449fb182a8fe2897ac47053d2c3c256d"
16 BUILD_DEPENDS="libtool intltool libxslt docbook-xsl libgcrypt-dev \
17 gobject-introspection-dev vala util-linux-mount-dev"
18 SPLIT="$PACKAGE-dev $PACKAGE-lang"
20 DEPENDS_std="glib libgcrypt"
21 DEPENDS_dev="$PACKAGE glib-dev"
23 compile_rules() {
24 ./configure \
25 --disable-static \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }