wok-6.x diff mupdf/receipt @ rev 19692
ntfs-3g: update genpkg-rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 12:26:10 2017 +0100 (2017-02-13) |
parents | bde28fa63512 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/mupdf/receipt Thu May 01 12:12:31 2014 +0200 1.2 +++ b/mupdf/receipt Mon Feb 13 12:26:10 2017 +0100 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 }