xorg/xorg-font-bh-ttf/Pkgfile

21 lines
477 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg font font-bh-ttf
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
name=xorg-font-bh-ttf
2011-01-07 14:30:29 +01:00
version=1.0.3
release=2
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd font-bh-ttf-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2010-06-26 17:27:35 +02:00
rm $PKG/usr/share/fonts/X11/TTF/fonts.{dir,scale}
2006-04-07 18:48:00 +02:00
}