void-packages/templates/libwmf.tmpl
Juan RP 93f485a4e9 Added tmpl_vars util. Common vars that can be used in templates.
--HG--
extra : convert_revision : 68393e79e5f25d622d9142bf73b09b24ced28733
2008-12-15 07:27:38 +01:00

24 lines
1.1 KiB
Cheetah

# Template build file for 'libwmf'.
pkgname=libwmf
version=0.2.8.4
distfiles="$SOURCEFORGE_SITE/wvware/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="
--with-sysfontmap=$XBPS_MASTERDIR/share/fonts/fontmap
--with-fontdir=$XBPS_DESTDIR/$pkgname-$version/share/fonts
--with-gsfontmap=$XBPS_MASTERDIR/share/ghostscript/fonts/fontmap
--with-gsfontdir=$XBPS_DESTDIR/$pkgname-$version/share/ghostscript/fonts
--with-docdir=$XBPS_DESTDIR/$pkgname-$version/share/doc/libwmf"
short_desc="Library for reading and converting WMF (Windows Meta Files)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=98cd631adb5bb332d9224d04bc8a265c105435f2
long_desc="
libwmf is a library for UNIX-like machines that can convert wmf
(Windows Meta Files) files into other formats. Currently it supports
a gd binding to convert to png, and an X one to draw direct to an X
window or pixmap. It also comes with a program to display wmfs: wmf2x.
Without a TrueType font server and the standard MS Windows fonts, the X
binding might render text in a different font than would appear under
MS Windows natively (this is a runtime issue for the wmf2x program)."