wok-next view webkit-web-inspector/receipt @ rev 18923
Up: description files: Bc, blinder, bluefish, chrommo, tuffy, unifont
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Feb 25 08:34:30 2016 -0300 (2016-02-25) |
parents | 7f7ece9bf771 |
children |
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 }