wok diff viewnior/receipt @ rev 16420
Add jansson and mygestures for mouse-gesture on touchscreen
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 18 01:43:00 2014 +0200 (2014-04-18) |
parents | e38430972970 |
children | 5fef02d1319c |
line diff
1.1 --- a/viewnior/receipt Sun Mar 30 16:04:49 2014 +0000 1.2 +++ b/viewnior/receipt Fri Apr 18 01:43:00 2014 +0200 1.3 @@ -10,18 +10,22 @@ 1.4 WEB_SITE="http://xsisqox.github.com/Viewnior/" 1.5 WGET_URL="http://dl.dropboxusercontent.com/s/zytq0suabesv933/$TARBALL" 1.6 TAGS="image photo viewer" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="gtk+ exiv2" 1.10 -BUILD_DEPENDS="gtk+-dev shared-mime-info-dev intltool libffi exiv2-dev" 1.11 +DEPENDS="gtk+ libffi exiv2" 1.12 +BUILD_DEPENDS="gtk+-dev libffi-dev exiv2-dev" 1.13 + 1.14 +case "$ARCH" in 1.15 + i?86) BUILD_DEPENDS="$BUILD_DEPENDS shared-mime-info-dev" ;; 1.16 +esac 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 ./configure \ 1.23 --prefix=/usr \ 1.24 $CONFIGURE_ARGS && 1.25 - make $MAKEFLAGS && make DESTDIR=$DESTDIR install 1.26 + make $MAKEFLAGS && make install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.