# HG changeset patch # User Mallory MOLLO # Date 1243107096 -7200 # Node ID 3a17ee6ec8c19db90a28d86eb19f20fbd48ab343 # Parent 5f38033f456b572eda523cd5c62855cf226d6952 Fix: webkit-web-inspector receipt diff -r 5f38033f456b -r 3a17ee6ec8c1 webkit-web-inspector/receipt --- a/webkit-web-inspector/receipt Sat May 23 21:27:26 2009 +0200 +++ b/webkit-web-inspector/receipt Sat May 23 21:31:36 2009 +0200 @@ -1,31 +1,20 @@ # SliTaz package receipt. +PACKED_SIZE="508.0k" +UNPACKED_SIZE="1.6M" PACKAGE="webkit-web-inspector" -VERSION="" -CATEGORY="" -SHORT_DESC="" -MAINTAINER="" -DEPENDS="" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="" -WGET_URL="" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install -} +SOURCE="webkit" +VERSION="1.1.7" +CATEGORY="network" +SHORT_DESC="Webkit development tools" +WANTED="libwebkit" +MAINTAINER="mallory@sweetpeople.org" +WEB_SITE="http://webkitgtk.org" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + mkdir -p $fs/usr/ + cp -a $_pkg/usr/share $fs/usr/ } -