wok-next annotate libQtDesigner/receipt @ rev 17624

irssi: link with libtinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 13 11:06:35 2015 +0100 (2015-02-13)
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