void-packages/srcpkgs/poppler/template
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00

34 lines
1.2 KiB
Plaintext

# Template build file for 'poppler'.
pkgname=poppler
version=0.12.0
revision=1
distfiles="http://poppler.freedesktop.org/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-zlib --disable-poppler-qt --disable-poppler-qt4
--enable-libjpeg --disable-libopenjpeg --disable-abiword-output"
short_desc="PDF rendering library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a95d4a61b1220f60bc40a921766f02d6d18e8276b70291723d6cf77a9c7369ae
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."
subpackages="$pkgname-devel $pkgname-glib $pkgname-glib-devel $pkgname-utils"
Add_dependency build pkg-config
Add_dependency full glibc
Add_dependency full expat
Add_dependency full jpeg
Add_dependency full lcms
Add_dependency full freetype
Add_dependency full fontconfig
Add_dependency build glib
Add_dependency build cairo
Add_dependency build gtk+
Add_dependency run libstdc++