opt/mupdf/Pkgfile

27 lines
659 B
Plaintext
Raw Normal View History

2013-01-21 16:55:05 +01:00
# Description: Lightweight PDF and XPS viewer
2020-06-06 13:00:05 +02:00
# URL: https://www.mupdf.com/
2013-01-21 16:55:05 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2019-06-24 12:57:09 +02:00
# Depends on: glu libglvnd harfbuzz libjpeg-turbo xorg-libxi
2013-01-21 16:55:05 +01:00
name=mupdf
2020-05-06 15:25:00 +02:00
version=1.17.0
2017-12-14 13:31:58 +01:00
release=1
2018-10-09 13:21:45 +02:00
source=(https://mupdf.com/downloads/archive/$name-$version-source.tar.xz)
2013-01-21 16:55:05 +01:00
build() {
cd $name-$version-source
export USE_SYSTEM_LIBS='yes'
make install \
prefix=$PKG/usr \
mandir=$PKG/usr/share/man \
XCFLAGS="-fpic" \
USE_SYSTEM_JBIG2DEC='no' \
USE_SYSTEM_OPENJPEG='no' \
USE_SYSTEM_GLUT='no'
2018-04-20 10:49:57 +02:00
ln -s mupdf-gl $PKG/usr/bin/mupdf
2016-04-21 16:01:51 +02:00
rm -r $PKG/usr/share/doc
2018-10-09 13:21:45 +02:00
}