wok-stable view qtconfig/receipt @ rev 7065
Added qtconfig. Qtconfig is a tool that allows users to customize the default settings for Qt applications. Removed from Qt4-dev.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 01 23:08:19 2010 +0000 (2010-11-01) |
parents | |
children | bda3b17b3945 |
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/translations
16 cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
17 cp -a $_pkg/usr/share/translations/qtconfig*.qm $fs/usr/share/translations
18 }