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

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents eca8176123e7
children 82085c4d9c72
line source
1 # SliTaz package receipt.
3 PACKAGE="webkit-web-inspector"
4 SOURCE="webkit"
5 VERSION="1.2.6"
6 CATEGORY="network"
7 SHORT_DESC="Webkit development tools"
8 DEPENDS="libwebkit"
9 WANTED="libwebkit"
10 MAINTAINER="mallory@sweetpeople.org"
11 WEB_SITE="http://webkitgtk.org"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
17 mkdir -p $fs/usr/
18 cp -a $_pkg/usr/bin $fs/usr/
19 cp -a $_pkg/usr/share $fs/usr/
20 }