milis/talimatname/genel/q/qpdf/talimat

19 lines
488 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.

# Description: 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/
# Packager: milisarge
# Depends on: pcre libxslt
name=qpdf
version=20170726
release=2
source=(https://github.com/qpdf/qpdf/archive/master.zip::$name-$version.tar.gz)
build() {
cd $name-master
./autogen.sh
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}