wok-next view qtconfig/receipt @ rev 7066

Fixed a path in Qt4-dev and qtconfig.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 01 23:37:29 2010 +0000 (2010-11-01)
parents 77f1970e448d
children 8477ba8ae252
line source
1 # SliTaz package receipt.
3 PACKAGE="qtconfig"
4 VERSION="4.7.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
9 WEB_SITE="http://qt.nokia.com/"
10 WANTED="qt4"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
16 cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
17 cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
18 }