wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qtconfig/receipt	Mon Nov 01 23:08:19 2010 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qtconfig"
     1.7 +VERSION="4.7.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
    1.12 +WEB_SITE="http://qt.nokia.com/"
    1.13 +WANTED="qt4"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/bin $fs/usr/share/translations
    1.19 +	cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
    1.20 +	cp -a $_pkg/usr/share/translations/qtconfig*.qm $fs/usr/share/translations
    1.21 +}
    1.22 +