28 lines
919 B
Text
28 lines
919 B
Text
# Template build file for 'bdftopcf'.
|
|
pkgname=bdftopcf
|
|
version=1.0.3
|
|
build_style=gnu-configure
|
|
revision=2
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXfont-devel"
|
|
short_desc="BDF to PCF font converter for X11"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=9c90b408b2fe079495697bfc8fb13da940b2b70f4907213bf5dcc9e3024a1d0a
|
|
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."
|
|
|
|
bdftopcf_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|