wok view libQtDesigner/receipt @ rev 15812

Up: libtorrent to 0.13.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 03:00:29 2014 +0000 (2014-01-24)
parents 68ec33732967
children 28d590d94cce
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtDesigner"
4 VERSION="4.8.4"
5 CATEGORY="development"
6 SHORT_DESC="Qt Designer"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtCore libQtGui libQtScript libQtXml"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/libQtDesigner*.so* $fs/usr/lib
19 }