opt/mupdf/Pkgfile

25 lines
685 B
Plaintext
Raw Normal View History

2013-01-21 16:55:05 +01:00
# Description: Lightweight PDF and XPS viewer
# URL: http://www.mupdf.com/
# Maintainer: Juergen Daubert, jue at crux dot nu
2013-08-16 11:22:48 +02:00
# Depends on: curl freetype libjpeg xorg-libxext
2013-01-21 16:55:05 +01:00
name=mupdf
2013-08-16 11:22:48 +02:00
version=1.3
release=2
2013-08-16 11:22:48 +02:00
source=(https://mupdf.googlecode.com/files/$name-$version-source.tar.gz
$name-sys_curl.patch $name-694957.patch)
2013-01-21 16:55:05 +01:00
build() {
cd $name-$version-source
2013-08-16 11:22:48 +02:00
patch -p1 -i $SRC/$name-sys_curl.patch
patch -p1 -i $SRC/$name-694957.patch
2013-08-16 11:22:48 +02:00
rm -r thirdparty/{freetype*,jpeg*,zlib,curl}
make build=release
2013-01-21 16:55:05 +01:00
make prefix=$PKG/usr mandir=$PKG/usr/man install
2013-08-16 11:22:48 +02:00
ln -s mupdf-x11-curl $PKG/usr/bin/mupdf
rm -r $PKG/usr/{include,lib,share}
2013-01-21 16:55:05 +01:00
}