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
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-30 09:27:51 +00:00
|
|
|
revision=2
|
2013-04-12 06:55:23 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libXfont-devel"
|
2008-10-04 14:40:04 +00:00
|
|
|
short_desc="BDF to PCF font converter for X11"
|
2013-03-30 09:27:51 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2008-10-04 14:40:04 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-12 06:55:23 +00:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
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
|
|
|
|
2013-04-12 06:55:23 +00:00
|
|
|
bdftopcf_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|