wok view qjson-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 9a0770ab3525
children
line source
1 # SliTaz package receipt.
3 PACKAGE="qjson-dev"
4 VERSION="0.9.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for qjson."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/flavio/qjson/"
11 DEPENDS="qjson"
12 WANTED="qjson"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cp -a $install/* $fs
18 rm -f $fs/usr/lib/*.so*
19 }