wok view qtconfig/receipt @ rev 8615

Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 19:09:46 2011 +0100 (2011-02-14)
parents 8477ba8ae252
children 20c7c65ea549
line source
1 # SliTaz package receipt.
3 PACKAGE="qtconfig"
4 VERSION="4.7.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
9 WEB_SITE="http://qt.nokia.com/"
10 WANTED="qt4"
11 SOURCE="qt-everywhere-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
17 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
18 cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
19 cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
20 }