void-packages/templates/libwmf/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
1.1 KiB
Text

# 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)."