wok rev 16621

mupdf: add debian patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 09 07:59:09 2014 +0000 (2014-05-09)
parents 0e882703ffd2
children dfb9c04d63ed
files mupdf/receipt
line diff
     1.1 --- a/mupdf/receipt	Fri May 09 07:36:22 2014 +0000
     1.2 +++ b/mupdf/receipt	Fri May 09 07:59:09 2014 +0000
     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  }