25 lines
814 B
Text
25 lines
814 B
Text
# Template build file for 'xfd'.
|
|
pkgname=xfd
|
|
version=1.1.2
|
|
revision=1
|
|
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=c1a32222fbb891e46f9a82ebab005bc5e54ce006a2586195ec9ea7ab308e2759
|
|
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
|
|
}
|
|
}
|