wok-next annotate libQtDesigner/receipt @ rev 18527

gettext-tools: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 27 01:25:04 2015 +0200 (2015-10-27)
parents 7bb096863642
children
rev   line source
allan316@3198 1 # SliTaz package receipt.
allan316@3198 2
allan316@3198 3 PACKAGE="libQtDesigner"
psychomaniak@16916 4 VERSION="4.8.6"
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