2008-10-10 16:36:53 +00:00
|
|
|
# Template build file for 'libwmf'.
|
|
|
|
pkgname=libwmf
|
|
|
|
version=0.2.8.4
|
2008-12-15 06:27:38 +00:00
|
|
|
distfiles="$SOURCEFORGE_SITE/wvware/$pkgname-$version.tar.gz"
|
2008-10-10 16:36:53 +00:00
|
|
|
build_style=gnu_configure
|
2008-10-11 11:50:58 +00:00
|
|
|
configure_args="
|
2008-10-13 05:32:05 +00:00
|
|
|
--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"
|
2008-10-10 16:36:53 +00:00
|
|
|
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)."
|