wok annotate libQtDesigner/receipt @ rev 15215

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 14 17:06:00 2013 +0000 (2013-09-14)
parents 68ec33732967
children 28d590d94cce
rev   line source
allan316@3198 1 # SliTaz package receipt.
allan316@3198 2
allan316@3198 3 PACKAGE="libQtDesigner"
monghitri@13992 4 VERSION="4.8.4"
allan316@3198 5 CATEGORY="development"
allan316@3198 6 SHORT_DESC="Qt Designer"
allan316@3198 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@3198 11
pascal@15215 12 DEPENDS="libQtCore libQtGui libQtScript libQtXml"
pascal@15215 13
allan316@3198 14 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3198 15 genpkg_rules()
allan316@3198 16 {
allan316@3198 17 mkdir -p $fs/usr/lib
pascal@15215 18 cp -a $install/usr/lib/libQtDesigner*.so* $fs/usr/lib
allan316@3198 19 }
allan316@3198 20