qpdf.guncellendi

This commit is contained in:
milisbir 2017-07-26 20:23:33 +03:00
parent 7b881c7221
commit 7dda3f1f42
1 changed files with 8 additions and 7 deletions

View File

@ -4,14 +4,15 @@
# Depends on: pcre libxslt # Depends on: pcre libxslt
name=qpdf name=qpdf
version=6.0.0 version=20170726
release=2 release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) source=(https://github.com/qpdf/qpdf/archive/master.zip::$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-master
./configure --prefix=/usr \ ./autogen.sh
--disable-static ./configure --prefix=/usr \
make --disable-static
make DESTDIR=$PKG install make
make DESTDIR=$PKG install
} }