wok-current annotate qtconfig-phonon/receipt @ rev 17065
pack from qt4-base: libQtWebkit + qtconfig, rename old: qtconfig-phonon + libQtWebkit-video(add_gst*deps)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Aug 22 05:24:00 2014 +0200 (2014-08-22) |
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 |