qpdf: update to 3.0.2.
This commit is contained in:
parent
947b78f251
commit
f81f3a24cb
1 changed files with 3 additions and 7 deletions
|
@ -1,24 +1,20 @@
|
|||
# Template file for 'qpdf'
|
||||
pkgname=qpdf
|
||||
version=3.0.1
|
||||
version=3.0.2
|
||||
revision=1
|
||||
subpackages="libqpdf libqpdf-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="automake perl pcre-devel"
|
||||
makedepends="perl pcre-devel"
|
||||
short_desc="A Content-Preserving PDF Transformation System"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Artistic-2.0"
|
||||
homepage="http://qpdf.sourceforget.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/qpdf/qpdf-${version}.tar.gz"
|
||||
checksum=db65d6f4f0462d4793049afb7edf9ac9386fb8bdb51d10b5b88a004e1cc36bc6
|
||||
checksum=b0c284945a49c46a0da6f54b06ff25237491ccc0c8bb062ae57d30aee80e165e
|
||||
long_desc="
|
||||
QPDF is a command-line program that does structural, content-preserving
|
||||
transformations on PDF files. It could have been called something like
|
||||
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
|
||||
of a PDF file to learn more about how they work."
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue