wok-current view webkit-web-inspector/receipt @ rev 3147

Add: Webkit Web Inspector
author Mallory MOLLO <mallory@skyrock.com>
date Sat May 23 21:27:26 2009 +0200 (2009-05-23)
parents
children 3a17ee6ec8c1
line source
1 # SliTaz package receipt.
3 PACKAGE="webkit-web-inspector"
4 VERSION=""
5 CATEGORY=""
6 SHORT_DESC=""
7 MAINTAINER=""
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE=""
11 WGET_URL=""
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure \
18 --prefix=/usr \
19 --infodir=/usr/share/info \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make && make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 }