wok-6.x rev 5811
viewnior: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 12 16:51:03 2010 +0200 (2010-07-12) |
parents | 809af793130c |
children | 89e7a352bc18 |
files | viewnior/receipt |
line diff
1.1 --- a/viewnior/receipt Mon Jul 12 12:38:35 2010 +0200 1.2 +++ b/viewnior/receipt Mon Jul 12 16:51:03 2010 +0200 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.