wok view libQtWebkit/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 27b7a2f535d7
children cb67b4f8be05
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtWebkit"
4 VERSION="4.8.7"
5 CATEGORY="network"
6 SHORT_DESC="Web browser engine for Qt"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtCore libQtGui libQtNetwork libpng"
14 #Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/libQtWebKit.so* $fs/usr/lib
19 }