qpdf.ye-paketlendi.

This commit is contained in:
milisman 2016-11-02 02:35:29 +02:00
parent f6d0ac9aa2
commit 049fe0b425

View file

@ -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
}