25 lines
814 B
Text
25 lines
814 B
Text
# Template build file for 'xfd'.
|
|
pkgname=xfd
|
|
version=1.1.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel freetype-devel libXft-devel"
|
|
short_desc="Display all the characters in an X font"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=3fbef0d5ed6dc088017df156e748d187b2d1aaedc3de7ea96e505ea6d1af7b73
|
|
long_desc="
|
|
The xfd utility creates a window containing the name of the font being
|
|
displayed, a row of command buttons, several lines of text for display-
|
|
ing character metrics, and a grid containing one glyph per cell.
|
|
The characters are shown in increasing order from left to right, top to
|
|
bottom."
|
|
|
|
xfd_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|