opt/mupdf/Pkgfile
2017-09-09 17:09:31 +10:00

22 lines
603 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.11
release=1
source=(http://mupdf.com/downloads/$name-$version-source.tar.gz)
build() {
cd $name-$version-source
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
}