summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
blob: f4b0e3d7766e582d8f2962a610a7d7323403c86b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: xorg font font-bh-lucidatypewriter-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util
# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util

name=xorg-font-bh-lucidatypewriter-100dpi
version=1.0.0
release=2
source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-100dpi-$version.tar.bz2)

build() {
	cd font-bh-lucidatypewriter-100dpi-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install

	rm -f $PKG/usr/lib/X11/fonts/100dpi/fonts.{dir,scale}
}