opt/mupdf/Pkgfile

24 lines
716 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
2017-12-14 13:31:58 +01:00
version=1.12.0
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
2013-08-16 11:22:48 +02:00
ln -s mupdf-x11-curl $PKG/usr/bin/mupdf
2016-04-21 16:01:51 +02:00
rm -r $PKG/usr/share/doc
}