2008-10-04 14:40:04 +00:00
|
|
|
# Template build file for 'bdftopcf'.
|
|
|
|
pkgname=bdftopcf
|
2010-12-21 09:16:54 +00:00
|
|
|
version=1.0.3
|
2009-03-23 15:41:42 +00:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2008-10-04 14:40:04 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="BDF to PCF font converter for X11"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-12-21 09:16:54 +00:00
|
|
|
checksum=9c90b408b2fe079495697bfc8fb13da940b2b70f4907213bf5dcc9e3024a1d0a
|
2008-10-04 14:40:04 +00:00
|
|
|
long_desc="
|
|
|
|
The bdftopcf tool converts X fonts from Bitmap Distribution Format
|
|
|
|
to Portable Compiled Format.
|
|
|
|
|
|
|
|
Fonts in the Portable Compiled Format can be read by any architecture,
|
2009-03-23 15:41:42 +00:00
|
|
|
although the file is structured to allow one particular
|
|
|
|
architecture to read them directly without reformatting. This
|
|
|
|
allows fast reading on the appropriate machine, but the files
|
2008-10-04 14:40:04 +00:00
|
|
|
are still portable (but read more slowly) on other machines."
|
2009-03-23 15:41:42 +00:00
|
|
|
|
2010-12-21 09:16:54 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run libXfont
|
2009-03-23 15:41:42 +00:00
|
|
|
Add_dependency build pkg-config
|
2010-12-21 09:16:54 +00:00
|
|
|
Add_dependency build libXfont-devel
|