22 lines
829 B
Plaintext
22 lines
829 B
Plaintext
# Template build file for 'bdftopcf'.
|
|
pkgname=bdftopcf
|
|
version=1.0.1
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="BDF to PCF font converter for X11"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=aaaa45ab361781aebda2093fdc7eb5c187f6215b4ba308dd6b9ff2b727e805d3
|
|
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,
|
|
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
|
|
are still portable (but read more slowly) on other machines."
|
|
|
|
Add_dependency full glibc
|
|
Add_dependency full libXfont
|
|
Add_dependency build pkg-config
|