wok-6.x diff tazweb/receipt @ rev 11644
Up: amule to 2.3.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 03 12:32:46 2012 -0500 (2012-02-03) |
parents | cec089721789 |
children | daf2fb056a5a |
line diff
1.1 --- a/tazweb/receipt Sun Apr 24 00:51:21 2011 +0200 1.2 +++ b/tazweb/receipt Fri Feb 03 12:32:46 2012 -0500 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazweb" 1.7 -VERSION="1.3" 1.8 +VERSION="1.4" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="SliTaz simple and small Web Browser" 1.11 +SHORT_DESC="SliTaz simple, fast and small Web Browser" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 DEPENDS="gtk+ libwebkit" 1.14 BUILD_DEPENDS="gtk+-dev libwebkit-dev" 1.15 @@ -14,8 +14,7 @@ 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src 1.20 - make && make DESTDIR=$WOK/$PACKAGE/install install 1.21 + make && make DESTDIR=$DESTDIR install 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg.