opt/mupdf/Pkgfile

24 lines
741 B
Plaintext

# Description: Lightweight PDF and XPS viewer
# URL: http://www.mupdf.com/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: harfbuzz libjpeg-turbo mesa3d xorg-libxcursor xorg-libxinerama xorg-libxrandr
name=mupdf
version=1.12.0
release=1
source=(https://mupdf.com/downloads/$name-$version-source.tar.xz)
build() {
cd $name-$version-source
# System lcms2 doesn't work, see
# http://git.ghostscript.com/?p=mupdf.git;a=commit;h=74a8100804c8f18e1e2a71435b1e191df49e81fd
rm -r thirdparty/{freetype,libjpeg,zlib,curl,harfbuzz}
make XCFLAGS="-fpic" build=release
make prefix=$PKG/usr mandir=$PKG/usr/share/man install
ln -s mupdf-x11-curl $PKG/usr/bin/mupdf
rm -r $PKG/usr/share/doc
}