milis/talimatname/genel/q/qpdf/talimat

20 lines
500 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: Qpdf paketi, PDF dosyaları üzerinde yapısal, içerik koruma dönüştürmeleri yapan komut satırı programları ve kitaplığı içerir.
# URL: http://qpdf.sourceforge.net/
# Paketçi: milisarge
# Gerekler: pcre libxslt
# Grup: ofis kütüphane
isim=qpdf
surum=20170726
devir=2
kaynak=(https://github.com/qpdf/qpdf/archive/master.zip::$isim-$surum.tar.gz)
derle() {
cd $isim-master
./autogen.sh
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}