blob: 9d22a2f5d1265ee928df9dfcea73a5748243be0e (
plain)
1 # Description: xorg font font-bh-lucidatypewriter-75dpi
2 # URL: http://xorg.freedesktop.org
3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
4 # Depends on: xorg-bdftopcf xorg-font-util xorg-mkfontscale
5
6 name=xorg-font-bh-lucidatypewriter-75dpi
7 version=1.0.3
8 release=1
9 source=(https://www.x.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-$version.tar.bz2)
10
11 build() {
12 cd font-bh-lucidatypewriter-75dpi-$version
13
14 ./configure --prefix=/usr
15
16 make
17 make DESTDIR=$PKG install
18
19 rm $PKG/usr/share/fonts/X11/75dpi/fonts.dir
20 }
|