wok view libQtHelp/receipt @ rev 6694

Changed libwebkit to compile with -j1. This is a fix cause it will not compile right the first time with jobs set to 4. I also remove webkit-r-dev for build depend. Thats not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 13 03:29:24 2010 +0000 (2010-10-13)
parents 30f0edfdd2e4
children 99e3675b8ff1
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtHelp"
4 VERSION="4.6.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt help Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://qt.nokia.com/"
11 WANTED="qt4"
12 SOURCE="qt-everywhere-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
18 cp -a $_pkg/usr/lib/libQtHelp.so* $fs/usr/lib
19 }