wok annotate libQtWebkit/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
parents 30f0edfdd2e4
children 99e3675b8ff1
rev   line source
allan316@1364 1 # SliTaz package receipt.
allan316@1364 2
allan316@1364 3 PACKAGE="libQtWebkit"
slaxemulator@5353 4 VERSION="4.6.2"
allan316@1364 5 CATEGORY="development"
pascal@1415 6 SHORT_DESC="Web browser engine for Qt"
allan316@1364 7 MAINTAINER="allan316@gmail.com"
pascal@2518 8 DEPENDS="libQtCore libQtGui libQtNetwork libpng"
allan316@1364 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@5353 10 WEB_SITE="http://qt.nokia.com/"
jozee@5369 11 WANTED="qt4"
jozee@5369 12 SOURCE="qt-everywhere-opensource-src"
allan316@1364 13
allan316@1364 14 #Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1364 15 genpkg_rules()
allan316@1364 16 {
allan316@1364 17 mkdir -p $fs/usr/lib
jozee@5369 18 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
allan316@1364 19 cp -a $_pkg/usr/lib/libQtWebKit.so* $fs/usr/lib
allan316@1364 20 }
allan316@1364 21