void-packages/srcpkgs/qpdf/template
2012-09-03 10:10:30 +02:00

25 lines
890 B
Plaintext

# Template file for 'qpdf'
pkgname=qpdf
version=3.0.1
revision=1
subpackages="libqpdf libqpdf-devel"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="automake 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
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
}