wok view webkit-web-inspector/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 7f7ece9bf771
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="webkit-web-inspector"
4 VERSION="1.8.3"
5 CATEGORY="network"
6 SHORT_DESC="Webkit development tools"
7 SOURCE="webkit"
8 WANTED="libwebkit"
9 MAINTAINER="mallory@sweetpeople.org"
10 LICENSE="BSD LGPL"
11 WEB_SITE="http://webkitgtk.org"
13 DEPENDS="libwebkit"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share
19 cp -a $install/usr/bin $fs/usr/
20 cp -a $install/usr/share/webkitgtk-1.0 $fs/usr/share
21 }