wok annotate qtconfig/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 68ec33732967
children 28d590d94cce
rev   line source
slaxemulator@7065 1 # SliTaz package receipt.
slaxemulator@7065 2
slaxemulator@7065 3 PACKAGE="qtconfig"
monghitri@13992 4 VERSION="4.8.4"
slaxemulator@7065 5 CATEGORY="x-window"
slaxemulator@7065 6 SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications."
slaxemulator@7065 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15215 8 LICENSE="GPL3 LGPL2.1"
monghitri@13992 9 WEB_SITE="http://qt-project.org/"
slaxemulator@7065 10 WANTED="qt4"
slaxemulator@7065 11
pascal@15215 12 DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
pascal@15215 13
slaxemulator@7065 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7065 15 genpkg_rules()
slaxemulator@7065 16 {
slaxemulator@7066 17 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
pascal@15215 18 cp -a $install/usr/bin/qtconfig $fs/usr/bin
pascal@15215 19 cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
slaxemulator@7065 20 }
slaxemulator@7065 21