milis/talimatname/genel/m/mupdf/talimat

21 lines
501 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Hafif bir PDF ve XPS görüntüleyici
# URL: http://www.mupdf.com/
# Paketçi: milisarge
# Gerekler: curl freetype libjpeg-turbo xorg-libxext
isim=mupdf
surum=1.9a
devir=1
kaynak=(http://mupdf.com/downloads/$isim-$surum-source.tar.gz)
derle() {
cd $isim-$surum-source
rm -r thirdparty/{freetype*,jpeg*,zlib,curl}
make build=release
make prefix=$PKG/usr mandir=$PKG/usr/share/man install
ln -s mupdf-x11-curl $PKG/usr/bin/mupdf
rm -r $PKG/usr/share/doc
}