From 049fe0b425c7e2adcf742a67a00a486524617c1d Mon Sep 17 00:00:00 2001 From: milisman Date: Wed, 2 Nov 2016 02:35:29 +0200 Subject: [PATCH] qpdf.ye-paketlendi. --- talimatname/genel/qpdf/talimat | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/talimatname/genel/qpdf/talimat b/talimatname/genel/qpdf/talimat index 9e29c9343..efaec01e1 100644 --- a/talimatname/genel/qpdf/talimat +++ b/talimatname/genel/qpdf/talimat @@ -1,19 +1,17 @@ # Description: The Qpdf package contains command-line programs and library that do structural, content-preserving transformations on PDF files. # URL: http://qpdf.sourceforge.net/ -# Packager: milisarge@gmail.com +# Packager: milisarge # Depends on: pcre libxslt -description="Prog. and Lib. that do structural, content-preserving transformations on PDF files." name=qpdf version=6.0.0 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ - --disable-static \ - --docdir=/usr/share/doc/$name-$version + --disable-static make make DESTDIR=$PKG install }