wok annotate qtconfig/receipt @ rev 7547

Up: clutter-gtk to 0.10.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 07 21:07:29 2010 +0000 (2010-12-07)
parents 8477ba8ae252
children 20c7c65ea549
rev   line source
slaxemulator@7065 1 # SliTaz package receipt.
slaxemulator@7065 2
slaxemulator@7065 3 PACKAGE="qtconfig"
slaxemulator@7209 4 VERSION="4.7.1"
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"
slaxemulator@7065 9 WEB_SITE="http://qt.nokia.com/"
slaxemulator@7065 10 WANTED="qt4"
slaxemulator@7067 11 SOURCE="qt-everywhere-opensource-src"
slaxemulator@7065 12
slaxemulator@7065 13 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7065 14 genpkg_rules()
slaxemulator@7065 15 {
slaxemulator@7067 16 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
slaxemulator@7066 17 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
slaxemulator@7065 18 cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
slaxemulator@7066 19 cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
slaxemulator@7065 20 }
slaxemulator@7065 21