opt/mupdf/Pkgfile

22 lines
594 B
Plaintext

# Description: Lightweight PDF and XPS viewer
# URL: http://www.mupdf.com/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: freetype libjpeg-turbo mesa3d xorg-libxcursor xorg-libxinerama xorg-libxrandr
name=mupdf
version=1.10a
release=2
source=(http://mupdf.com/downloads/$name-$version-source.tar.gz)
build() {
cd $name-$version-source
rm -r thirdparty/{freetype*,jpeg*,zlib,curl}
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
}