wok diff djvulibre/receipt @ rev 16225

Up: gnucash (2.6.3)
author Alexander Medvedev <devl547@gmail.com>
date Tue Apr 01 07:48:33 2014 +0000 (2014-04-01)
parents 380ffe05937a
children afac960ce4cf
line diff
     1.1 --- a/djvulibre/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/djvulibre/receipt	Tue Apr 01 07:48:33 2014 +0000
     1.3 @@ -9,10 +9,16 @@
     1.4  WEB_SITE="http://djvu.sourceforge.net/"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WGET_URL="$SF_MIRROR/djvu/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="gcc-lib-base tiff jpeg"
    1.10  BUILD_DEPENDS="tiff-dev jpeg-dev xdg-utils bash librsvg-apps"
    1.11  
    1.12 +# Handle cross compilation. Build host must have: xdg-utils bash librsvg-apps
    1.13 +case "$ARCH" in
    1.14 +	arm*) BUILD_DEPENDS="tiff-dev jpeg-dev " ;;
    1.15 +esac
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {