wok annotate libQtDesigner/receipt @ rev 20120

Up tazpkg (953)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 11:01:32 2017 +0200 (2017-10-14)
parents 28d590d94cce
children cb67b4f8be05
rev   line source
allan316@3198 1 # SliTaz package receipt.
allan316@3198 2
allan316@3198 3 PACKAGE="libQtDesigner"
psychomaniak@19568 4 VERSION="4.8.7"
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