wok annotate qtconfig-phonon/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children
rev   line source
psychomaniak@17065 1 # SliTaz package receipt.
psychomaniak@17065 2
psychomaniak@17065 3 PACKAGE="qtconfig-phonon"
psychomaniak@17065 4 VERSION="4.8.6"
psychomaniak@17065 5 CATEGORY="x-window"
psychomaniak@17065 6 SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications."
psychomaniak@17065 7 MAINTAINER="slaxemulator@gmail.com"
psychomaniak@17065 8 LICENSE="GPL3 LGPL2.1"
psychomaniak@17065 9 WEB_SITE="http://qt-project.org/"
psychomaniak@17065 10 WANTED="qt4"
psychomaniak@17065 11
psychomaniak@17065 12 DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
psychomaniak@17065 13
psychomaniak@17065 14 # Rules to gen a SliTaz package suitable for Tazpkg.
psychomaniak@17065 15 genpkg_rules()
psychomaniak@17065 16 {
psychomaniak@17065 17 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
psychomaniak@17065 18 cp -a $install/usr/bin/qtconfig $fs/usr/bin
psychomaniak@17065 19 cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
psychomaniak@17065 20 }
psychomaniak@17065 21