wok view libQtWebkit/receipt @ rev 2075

Add: xfdesktop, xfprint*, xfwm4, xfwm4-themes
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 23 23:10:35 2009 +0100 (2009-01-23)
parents 188634c3c33f
children 55b1ac33b9c7
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtWebkit"
4 VERSION="4.4.1"
5 CATEGORY="development"
6 SHORT_DESC="Web browser engine for Qt"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtCore"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.trolltech.com"
11 WANTED="qt-x11-opensource-src"
13 #Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/libQtWebKit.so* $fs/usr/lib
18 }