wok annotate libQtNetwork/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents 28d590d94cce
children cb67b4f8be05
rev   line source
allan316@1361 1 # SliTaz package receipt.
allan316@1361 2
allan316@1361 3 PACKAGE="libQtNetwork"
psychomaniak@19568 4 VERSION="4.8.7"
allan316@1361 5 CATEGORY="development"
allan316@1361 6 SHORT_DESC="Qt Network Library"
allan316@1361 7 MAINTAINER="allan316@gmail.com"
pascal@15215 8 LICENSE="GPL3 LGPL2.1"
monghitri@13992 9 WEB_SITE="http://qt-project.org/"
jozee@5369 10 WANTED="qt4"
allan316@1361 11
pascal@15215 12 DEPENDS="libQtCore"
pascal@15215 13
allan316@1361 14 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1361 15 genpkg_rules()
allan316@1361 16 {
allan316@1361 17 mkdir -p $fs/usr/lib
pascal@15215 18 cp -a $install/usr/lib/libQtNetwork.so* $fs/usr/lib
allan316@1361 19 }
allan316@1361 20