void-packages/templates/poppler/template
Juan RP fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00

23 lines
921 B
Text

# Template build file for 'poppler'.
pkgname=poppler
version=0.10.0
distfiles="
http://poppler.freedesktop.org/$pkgname-$version.tar.gz"
build_style=gnu_configure
make_cmd="$XBPS_MASTERDIR/bin/gmake"
configure_args="--enable-zlib --disable-poppler-qt --disable-poppler-qt4
--enable-libjpeg"
pkgconfig_override="poppler.pc poppler-splash.pc poppler-cairo.pc
poppler-glib.pc"
short_desc="PDF rendering library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=068a4f895e39635b628f0a21f4420bbf162ebeca
long_desc="
This is poppler, a PDF rendering library. It is a fork of the xpdf
3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library,
to centralize the maintenence effort and to reduce duplicated
effort. And the poppler developers would like to move libpoppler
forward in a number of areas that doesn't fit within the goals of
xpdf."