wok view libQtPlugins/receipt @ rev 15224

gdb: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 22 15:13:40 2013 +0200 (2013-09-22)
parents 68ec33732967
children 07ceb2680132
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtPlugins"
4 VERSION="4.8.4"
5 CATEGORY="development"
6 SHORT_DESC="qt x11 toolkit plugins"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
13 libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
14 libQtTest libQtHelp"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib/qt
20 cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
21 }