wok view qtconfig/receipt @ rev 11682
Up: git to 1.7.9.1. Add git-daemon so the user can run a web daemon of git repos.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 18 08:37:39 2012 -0500 (2012-02-18) |
parents | 492d81d36df5 |
children | 68ec33732967 |
line source
1 # SliTaz package receipt.
3 PACKAGE="qtconfig"
4 VERSION="4.7.3"
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"
11 SOURCE="qt-everywhere-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
17 cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
18 cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
19 }