23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
27 lines
702 B
Text
27 lines
702 B
Text
# 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
|
|
short_desc="Standard Bigelow and Holmes TrueType fonts"
|
|
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."
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build bdftopcf
|
|
Add_dependency full font-util
|
|
|
|
noarch=yes
|
|
font_dirs="/usr/share/fonts/X11/TTF"
|
|
|
|
post_install()
|
|
{
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|