wok view webkit-web-inspector/receipt @ rev 4181
Fix: update libtorrent () 0.12.5 and rtorrent (0.8.5) various fix + build with gcc-4.x
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Sep 23 01:14:41 2009 +0200 (2009-09-23) |
parents | 02358c32acd8 |
children | e24b9f715190 |
line source
1 # SliTaz package receipt.
3 PACKAGE="webkit-web-inspector"
4 SOURCE="webkit"
5 VERSION="1.1.13"
6 CATEGORY="network"
7 SHORT_DESC="Webkit development tools"
8 WANTED="libwebkit"
9 MAINTAINER="mallory@sweetpeople.org"
10 WEB_SITE="http://webkitgtk.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
16 mkdir -p $fs/usr/
17 cp -a $_pkg/usr/share $fs/usr/
18 }