opt/mupdf/Pkgfile

28 lines
700 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-10-09 14:36:05 +02:00
version=1.18.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 \
2020-07-31 15:40:49 +02:00
XCFLAGS="-fpic -fcommon" \
USE_SYSTEM_JBIG2DEC='no' \
USE_SYSTEM_OPENJPEG='no' \
2020-10-09 14:36:05 +02:00
USE_SYSTEM_GLUT='no' \
USE_SYSTEM_GUMBO='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
}