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

Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 21:49:16 2010 +0000 (2010-10-12)
parents b66b5f1c5ffb
children 2e82510e855f
line source
1 # SliTaz package receipt.
3 PACKAGE="webkit-web-inspector"
4 SOURCE="webkit"
5 VERSION="1.2.5"
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/bin $fs/usr/
18 cp -a $_pkg/usr/share $fs/usr/
19 }