wok diff djvulibre/receipt @ rev 16218

ARM: add some libs for mupdf
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 31 22:14:07 2014 +0200 (2014-03-31)
parents 380ffe05937a
children afac960ce4cf
line diff
     1.1 --- a/djvulibre/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/djvulibre/receipt	Mon Mar 31 22:14:07 2014 +0200
     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  {