wok annotate libsecret-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents ac006a7bf27c
children
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"
pascal@21124 9 WEB_SITE="https://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 }