# HG changeset patch # User Christophe Lincoln # Date 1306618694 -7200 # Node ID e0490de4e7c58a37f6942a014e8f47361660e1f0 # Parent c6d6e79253e1681fa0970eb17b18a1bcb5e9b9cf Up: tazweb (1.4) - Bookmarks support, printing, open in new window, icon in search entry and more! diff -r c6d6e79253e1 -r e0490de4e7c5 tazweb/receipt --- a/tazweb/receipt Sat May 28 23:32:40 2011 +0200 +++ b/tazweb/receipt Sat May 28 23:38:14 2011 +0200 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="tazweb" -VERSION="1.3" +VERSION="1.4" CATEGORY="network" -SHORT_DESC="SliTaz simple and small Web Browser" +SHORT_DESC="SliTaz simple, fast and small Web Browser" MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libwebkit" BUILD_DEPENDS="gtk+-dev libwebkit-dev" @@ -14,8 +14,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src - make && make DESTDIR=$WOK/$PACKAGE/install install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.