wok annotate libQtWebkit/receipt @ rev 11857

perl-datetime-format-mail: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 17:00:54 2012 +0100 (2012-02-27)
parents 492d81d36df5
children 68ec33732967
rev   line source
allan316@1364 1 # SliTaz package receipt.
allan316@1364 2
allan316@1364 3 PACKAGE="libQtWebkit"
slaxemulator@10082 4 VERSION="4.7.3"
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"
slaxemulator@5353 9 WEB_SITE="http://qt.nokia.com/"
jozee@5369 10 WANTED="qt4"
jozee@5369 11 SOURCE="qt-everywhere-opensource-src"
allan316@1364 12
allan316@1364 13 #Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1364 14 genpkg_rules()
allan316@1364 15 {
allan316@1364 16 mkdir -p $fs/usr/lib
allan316@1364 17 cp -a $_pkg/usr/lib/libQtWebKit.so* $fs/usr/lib
allan316@1364 18 }
allan316@1364 19