opt/mupdf/Pkgfile

24 lines
710 B
Plaintext
Raw Normal View History

2013-01-21 16:55:05 +01:00
# Description: Lightweight PDF and XPS viewer
# URL: http://www.mupdf.com/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: glu harfbuzz libjpeg-turbo xorg-libxi xorg-libxrandr
2013-01-21 16:55:05 +01:00
name=mupdf
2018-04-20 10:49:57 +02:00
version=1.13.0
2017-12-14 13:31:58 +01:00
release=1
source=(https://mupdf.com/downloads/$name-$version-source.tar.xz)
2013-01-21 16:55:05 +01:00
build() {
cd $name-$version-source
2017-12-14 13:31:58 +01:00
# System lcms2 doesn't work, see
# http://git.ghostscript.com/?p=mupdf.git;a=commit;h=74a8100804c8f18e1e2a71435b1e191df49e81fd
2017-04-12 16:54:19 +02:00
rm -r thirdparty/{freetype,libjpeg,zlib,curl,harfbuzz}
make XCFLAGS="-fpic" build=release
2016-04-21 16:01:51 +02:00
make prefix=$PKG/usr mandir=$PKG/usr/share/man install
2018-04-20 10:49:57 +02:00
ln -s mupdf-gl $PKG/usr/bin/mupdf
2016-04-21 16:01:51 +02:00
rm -r $PKG/usr/share/doc
}