wok diff qjson-dev/receipt @ rev 21928
updated sockets (2.3.9.7 -> 2.3.9.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Oct 05 21:46:52 2019 +0100 (2019-10-05) |
parents | 9a0770ab3525 |
children |
line diff
1.1 --- a/qjson-dev/receipt Wed Apr 09 09:40:57 2014 +0300 1.2 +++ b/qjson-dev/receipt Sat Oct 05 21:46:52 2019 +0100 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="qjson-dev" 1.7 -VERSION="0.8.1" 1.8 +VERSION="0.9.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Development files for qjson" 1.11 +SHORT_DESC="Development files for qjson." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://qjson.sourceforge.net/" 1.15 +WEB_SITE="https://github.com/flavio/qjson/" 1.16 + 1.17 +DEPENDS="qjson" 1.18 WANTED="qjson" 1.19 -DEPENDS="qjson" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 cp -a $install/* $fs 1.25 rm -f $fs/usr/lib/*.so* 1.26 - 1.27 }