wok view libsecret/receipt @ rev 21950

updated libsqlite-tcl (3.18.0 -> 3.30.0)
author Hans-G?nter Theisgen
date Wed Oct 09 14:44:45 2019 +0100 (2019-10-09)
parents ac006a7bf27c
children 6831608a1b2a
line source
1 # SliTaz package receipt.
3 PACKAGE="libsecret"
4 VERSION="0.18.5"
5 SERIES="0.18"
6 SHORT_DESC="GObject based library for accessing the Secret Service API"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL2.1"
9 CATEGORY="security"
10 WEB_SITE="https://gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
13 HOST_ARCH="i486 arm"
15 DEPENDS="libgio libgpg-error"
16 BUILD_DEPENDS="libgcrypt-dev gobject-introspection-dev vala"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --disable-manpages \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 }