wok diff webkit-web-inspector/receipt @ rev 8634

Up: glew to 1.5.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 01:40:47 2011 +0000 (2011-02-15)
parents 82085c4d9c72
children 53a227ffd1c4
line diff
     1.1 --- a/webkit-web-inspector/receipt	Thu Feb 10 02:57:28 2011 +0000
     1.2 +++ b/webkit-web-inspector/receipt	Tue Feb 15 01:40:47 2011 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="webkit-web-inspector"
     1.7 -SOURCE="webkit"
     1.8  VERSION="1.2.7"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Webkit development tools"
    1.11  DEPENDS="libwebkit"
    1.12 +SOURCE="webkit"
    1.13  WANTED="libwebkit"
    1.14  MAINTAINER="mallory@sweetpeople.org"
    1.15  WEB_SITE="http://webkitgtk.org"
    1.16 @@ -13,8 +13,7 @@
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.21 -	mkdir -p $fs/usr/
    1.22 +	mkdir -p $fs/usr/share
    1.23  	cp -a $_pkg/usr/bin $fs/usr/
    1.24 -	cp -a $_pkg/usr/share $fs/usr/
    1.25 +	cp -a $_pkg/usr/share/webkit-1.0 $fs/usr/share
    1.26  }