wok-current view libQtPlugins/receipt @ rev 14198

move to undigest: xorg-xf86-video-sis xorg-xf86-video-savage xorg-xf86-video-r128 xorg-xf86-video-openchrome xorg-xf86-video-mga xorg-xf86-video-mach64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 10:16:45 2013 +0100 (2013-03-13)
parents d4259b0646e1
children 7bb096863642
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 DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
9 libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
10 libQtTest libQtHelp"
11 WEB_SITE="http://qt-project.org/"
12 WANTED="qt4"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/qt
18 cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt
19 }