# Description: Lightweight PDF and XPS viewer # URL: http://www.mupdf.com/ # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: curl freetype libjpeg-turbo xorg-libxext name=mupdf version=1.7 release=1 source=(http://mupdf.com/download/$name-$version-source.tar.gz) build() { cd $name-$version-source rm -r thirdparty/{freetype*,jpeg*,zlib,curl} make build=release make prefix=$PKG/usr mandir=$PKG/usr/man install ln -s mupdf-x11-curl $PKG/usr/bin/mupdf rm $PKG/usr/bin/mupdf-x11 rm -r $PKG/usr/share }