wok view qtconfig/receipt @ rev 16936

Up xterm (309), enable 256-color: package 20kB even less!
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Jul 22 11:57:18 2014 +0200 (2014-07-22)
parents 7bb096863642
children 27b7a2f535d7
line source
1 # SliTaz package receipt.
3 PACKAGE="qtconfig"
4 VERSION="4.8.6"
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 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
18 cp -a $install/usr/bin/qtconfig $fs/usr/bin
19 cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
20 }