wok view qtconfig/receipt @ rev 15043

libvlc-dev: no more vlc-config ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:26:23 2013 +0000 (2013-08-12)
parents d4259b0646e1
children 7bb096863642
line source
1 # SliTaz package receipt.
3 PACKAGE="qtconfig"
4 VERSION="4.8.4"
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-project.org/"
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 }