wok rev 3148

Fix: webkit-web-inspector receipt
author Mallory MOLLO <mallory@skyrock.com>
date Sat May 23 21:31:36 2009 +0200 (2009-05-23)
parents 5f38033f456b
children c88d253cc8bb
files webkit-web-inspector/receipt
line diff
     1.1 --- a/webkit-web-inspector/receipt	Sat May 23 21:27:26 2009 +0200
     1.2 +++ b/webkit-web-inspector/receipt	Sat May 23 21:31:36 2009 +0200
     1.3 @@ -1,31 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 +PACKED_SIZE="508.0k"
     1.7 +UNPACKED_SIZE="1.6M"
     1.8  PACKAGE="webkit-web-inspector"
     1.9 -VERSION=""
    1.10 -CATEGORY=""
    1.11 -SHORT_DESC=""
    1.12 -MAINTAINER=""
    1.13 -DEPENDS=""
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE=""
    1.16 -WGET_URL=""
    1.17 -
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 -	cd $src
    1.22 -	./configure \
    1.23 -		--prefix=/usr \
    1.24 -		--infodir=/usr/share/info \
    1.25 -		--mandir=/usr/share/man \
    1.26 -		$CONFIGURE_ARGS &&
    1.27 -	make && make DESTDIR=$PWD/_pkg install
    1.28 -}
    1.29 +SOURCE="webkit"
    1.30 +VERSION="1.1.7"
    1.31 +CATEGORY="network"
    1.32 +SHORT_DESC="Webkit development tools"
    1.33 +WANTED="libwebkit"
    1.34 +MAINTAINER="mallory@sweetpeople.org"
    1.35 +WEB_SITE="http://webkitgtk.org"
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40 -	mkdir -p $fs/usr
    1.41 -	cp -a $_pkg/usr/bin $fs/usr
    1.42 +    _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.43 +	mkdir -p $fs/usr/
    1.44 +	cp -a $_pkg/usr/share $fs/usr/
    1.45  }
    1.46 -