18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
|
# Description: A clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers
|
||
|
# URL: http://terminus-font.sourceforge.net/
|
||
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||
|
# Depends on: perl
|
||
|
|
||
|
name=console-font-terminus
|
||
|
version=4.38
|
||
|
release=1
|
||
|
source=(http://downloads.sourceforge.net/terminus-font/terminus-font-$version.tar.gz)
|
||
|
|
||
|
build () {
|
||
|
cd terminus-font-$version
|
||
|
chmod +x configure
|
||
|
./configure --prefix=/usr
|
||
|
make psf
|
||
|
make DESTDIR=$PKG install-psf
|
||
|
}
|