wok annotate libsecret-dev/receipt @ rev 19226

Update GnuPG stuff and libsecret.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 23 01:40:19 2016 +0300 (2016-06-23)
parents fca172c323cf
children 1daf24fb0842
rev   line source
devl547@17583 1 # SliTaz package receipt.
devl547@17583 2
devl547@17583 3 PACKAGE="libsecret-dev"
al@19226 4 VERSION="0.18.5"
devl547@17583 5 CATEGORY="development"
al@19226 6 SHORT_DESC="GObject bindings for Secret Service API, development files"
devl547@17583 7 MAINTAINER="devl547@gmail.com"
pascal@18334 8 LICENSE="LGPL2.1"
al@19226 9 WEB_SITE="http://gnome.org/"
devl547@17583 10 HOST_ARCH="i486 arm"
devl547@17583 11
al@18668 12 WANTED="libsecret"
al@19226 13 DEPENDS="libsecret glib-dev libgio-dev"
al@18668 14
devl547@17583 15 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@17583 16 genpkg_rules()
devl547@17583 17 {
al@19226 18 cp -a $install/* $fs
al@19226 19 rm -r $fs/usr/bin $fs/usr/lib/*.so*
al@19226 20 rm -r $fs/usr/share/locale $fs/usr/share/gtk-doc
devl547@17583 21 }