wok-6.x diff qtconfig-phonon/receipt @ rev 17377
Up task (2.3.0)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Nov 23 18:11:31 2014 +0000 (2014-11-23) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qtconfig-phonon/receipt Sun Nov 23 18:11:31 2014 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="qtconfig-phonon" 1.7 +VERSION="4.8.6" 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 +LICENSE="GPL3 LGPL2.1" 1.12 +WEB_SITE="http://qt-project.org/" 1.13 +WANTED="qt4" 1.14 + 1.15 +DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/bin $fs/usr/share/qt/translations 1.21 + cp -a $install/usr/bin/qtconfig $fs/usr/bin 1.22 + cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations 1.23 +} 1.24 +