summaryrefslogtreecommitdiff
path: root/mupdf/Pkgfile
blob: 70d173513d8382fc5f1e64e95df186df2ccac720 (plain)
    1 # Description: Lightweight PDF and XPS viewer
    2 # URL:         https://www.mupdf.com/
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  glu libglvnd harfbuzz libjpeg-turbo xorg-libxi
    5 
    6 name=mupdf
    7 version=1.18.0
    8 release=1
    9 source=(https://mupdf.com/downloads/archive/$name-$version-source.tar.xz)
   10 
   11 build() {
   12     cd $name-$version-source
   13 
   14     export USE_SYSTEM_LIBS='yes'
   15 
   16     make install \
   17         prefix=$PKG/usr \
   18         mandir=$PKG/usr/share/man \
   19         XCFLAGS="-fpic -fcommon" \
   20         USE_SYSTEM_JBIG2DEC='no' \
   21         USE_SYSTEM_OPENJPEG='no' \
   22         USE_SYSTEM_GLUT='no' \
   23         USE_SYSTEM_GUMBO='no'
   24 
   25     ln -s mupdf-gl $PKG/usr/bin/mupdf
   26     rm -r $PKG/usr/share/doc
   27 }

Generated by cgit