void-packages/srcpkgs/font-bh-ttf/template

33 lines
801 B
Plaintext

# Template build file for 'font-bh-ttf'.
pkgname=font-bh-ttf
version=1.0.3
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu-configure
makedepends="pkg-config bdftopcf font-util"
revision=2
short_desc="Standard Bigelow and Holmes TrueType fonts"
homepage="http://xorg.freedesktop.org/"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f
long_desc="
These are the TrueType versions of the following Bigelow and Holmes fonts:
- Luxi Mono
- Luxi Sans
- Luxi Serif
This is from the modular Xorg project."
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}
font-bh-ttf_package() {
depends="font-util"
noarch="yes"
font_dirs="/usr/share/fonts/X11/TTF"
pkg_install() {
vmove usr
}
}