wok diff mupdf/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents bde28fa63512
children 6e8b1bcb30e2
line diff
     1.1 --- a/mupdf/receipt	Thu May 01 12:12:31 2014 +0200
     1.2 +++ b/mupdf/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -36,7 +36,10 @@
     1.4  CROSSCOMPILE=yes
     1.5  endif
     1.6  EOT
     1.7 -		ln -s /usr/include/freetype2/freetype/ /usr/include/freetype ;;
     1.8 +			ln -s /usr/include/freetype2/freetype/ /usr/include/freetype ;;
     1.9 +			
    1.10 +*)			# apply debian 1.4-1 patch
    1.11 +			patch -p1 < $stuff/use_openjpeg_1.5.patch
    1.12  	esac
    1.13  	make ${ARCH_ARGS} build=release &&
    1.14  	make ${ARCH_ARGS} build=release prefix=/usr install
    1.15 @@ -47,5 +50,5 @@
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/bin
    1.19 -	cp -a $install/usr/bin/mupdf $fs/usr/bin
    1.20 +	cp -a $install/usr/bin/mupdf* $fs/usr/bin
    1.21  }