summaryrefslogtreecommitdiff
path: root/mupdf/Pkgfile
blob: 21d15357e45931bc7c4827c2e6015e14440c9b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Description:	Lightweight PDF and XPS viewer
# URL:		https://www.mupdf.com/
# Maintainer:	Shokara Kou, kou at 13f0 dot net
# Packager:	Juergen Daubert, jue at crux dot nu
# Depends on:	harfbuzz libjpeg-turbo xorg-libxi

name=mupdf
version=1.19.1
release=1
source=(https://mupdf.com/downloads/archive/$name-$version-source.tar.xz)

build() {
	cd $name-$version-source

	export USE_SYSTEM_LIBS='yes'

	make install \
		prefix=$PKG/usr \
		mandir=$PKG/usr/share/man \
		XCFLAGS="-fpic -fcommon" \
		HAVE_GLUT=no \
		USE_SYSTEM_JBIG2DEC=no \
		USE_SYSTEM_OPENJPEG=no \
		USE_SYSTEM_GUMBO=no

	ln -s mupdf-x11 $PKG/usr/bin/mupdf
	rm -r $PKG/usr/share/doc
}