wok annotate libQtXml/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 68ec33732967
children 28d590d94cce
rev   line source
allan316@1363 1 # SliTaz package receipt.
allan316@1363 2
allan316@1363 3 PACKAGE="libQtXml"
monghitri@13992 4 VERSION="4.8.4"
allan316@1363 5 CATEGORY="development"
allan316@1363 6 SHORT_DESC="Qt Xml library"
allan316@1363 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@1363 11
pascal@15215 12 DEPENDS="libQtNetwork"
pascal@15215 13
allan316@1363 14 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1363 15 genpkg_rules()
allan316@1363 16 {
allan316@1363 17 mkdir -p $fs/usr/lib
pascal@15215 18 cp -a $install/usr/lib/libQtXml.so* $fs/usr/lib
pascal@15215 19 cp -a $install/usr/lib/libQtXmlPatterns.so* $fs/usr/lib
allan316@1363 20 }
allan316@1363 21