qpdf: update to 3.0.2.

This commit is contained in:
Juan RP 2012-09-07 09:30:54 +02:00
parent 947b78f251
commit f81f3a24cb

View file

@ -1,24 +1,20 @@
# Template file for 'qpdf' # Template file for 'qpdf'
pkgname=qpdf pkgname=qpdf
version=3.0.1 version=3.0.2
revision=1 revision=1
subpackages="libqpdf libqpdf-devel" subpackages="libqpdf libqpdf-devel"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
makedepends="automake perl pcre-devel" makedepends="perl pcre-devel"
short_desc="A Content-Preserving PDF Transformation System" short_desc="A Content-Preserving PDF Transformation System"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="Artistic-2.0" license="Artistic-2.0"
homepage="http://qpdf.sourceforget.net" homepage="http://qpdf.sourceforget.net"
distfiles="${SOURCEFORGE_SITE}/qpdf/qpdf-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/qpdf/qpdf-${version}.tar.gz"
checksum=db65d6f4f0462d4793049afb7edf9ac9386fb8bdb51d10b5b88a004e1cc36bc6 checksum=b0c284945a49c46a0da6f54b06ff25237491ccc0c8bb062ae57d30aee80e165e
long_desc=" long_desc="
QPDF is a command-line program that does structural, content-preserving QPDF is a command-line program that does structural, content-preserving
transformations on PDF files. It could have been called something like transformations on PDF files. It could have been called something like
pdf-to-pdf. It also provides many useful capabilities to developers of pdf-to-pdf. It also provides many useful capabilities to developers of
PDF-producing software or for people who just want to look at the innards PDF-producing software or for people who just want to look at the innards
of a PDF file to learn more about how they work." of a PDF file to learn more about how they work."
pre_configure() {
autoreconf -fi
}