wok-next diff viewnior/receipt @ rev 6687

Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 21:49:16 2010 +0000 (2010-10-12)
parents f917e0dfdfbd
children 296154874cf9
line diff
     1.1 --- a/viewnior/receipt	Wed Feb 24 12:28:07 2010 +0000
     1.2 +++ b/viewnior/receipt	Tue Oct 12 21:49:16 2010 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Light and simple image viewer."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+"
     1.7 -BUILD_DEPENDS="gtk+-dev"
     1.8 +BUILD_DEPENDS="gtk+-dev shared-mime-info-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://xsisqox.github.com/Viewnior/"
    1.11  WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL"
    1.12 @@ -19,7 +19,7 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make && make DESTDIR=$PWD/_pkg install
    1.17 +	make -j 4 && make DESTDIR=$PWD/_pkg install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.