wok-current annotate qtconfig/receipt @ rev 13992
qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author | ernia <monghitri@aruba.it> |
---|---|
date | Mon Feb 11 23:39:16 2013 +0000 (2013-02-11) |
parents | d4259b0646e1 |
children | 7bb096863642 |
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" |
slaxemulator@7065 | 8 DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon" |
monghitri@13992 | 9 WEB_SITE="http://qt-project.org/" |
slaxemulator@7065 | 10 WANTED="qt4" |
slaxemulator@7065 | 11 |
slaxemulator@7065 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7065 | 13 genpkg_rules() |
slaxemulator@7065 | 14 { |
slaxemulator@7066 | 15 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations |
slaxemulator@7065 | 16 cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin |
slaxemulator@7066 | 17 cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations |
slaxemulator@7065 | 18 } |
slaxemulator@7065 | 19 |