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

gparted: Add chinese name and comment to gparted.desktop
author Chen Yufei <tsjz@ymail.com>
date Tue Jun 02 12:43:52 2009 +0800 (2009-06-02)
parents 3a17ee6ec8c1
children 02358c32acd8
line source
1 # SliTaz package receipt.
3 PACKAGE="webkit-web-inspector"
4 SOURCE="webkit"
5 VERSION="1.1.8"
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 }