17 lines
497 B
Bash
17 lines
497 B
Bash
# Template build file for 'xfd'.
|
|
pkgname=xfd
|
|
version=1.1.2
|
|
revision=3
|
|
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@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=c1a32222fbb891e46f9a82ebab005bc5e54ce006a2586195ec9ea7ab308e2759
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|