# HG changeset patch # User Pascal Bellard # Date 1278946263 -7200 # Node ID fdb181b1148e80f0ff2792a24bbb55b7d799f289 # Parent 809af793130c843e91c6c33cb89df144e9b0dc3a viewnior: update BUILD_DEPENDS diff -r 809af793130c -r fdb181b1148e viewnior/receipt --- a/viewnior/receipt Mon Jul 12 12:38:35 2010 +0200 +++ b/viewnior/receipt Mon Jul 12 16:51:03 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Light and simple image viewer." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev" +BUILD_DEPENDS="gtk+-dev shared-mime-info-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xsisqox.github.com/Viewnior/" WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL" @@ -19,7 +19,7 @@ ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make -j 4 && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.