b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
23 lines
922 B
Cheetah
23 lines
922 B
Cheetah
# 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."
|