31 lines
851 B
Plaintext
31 lines
851 B
Plaintext
# Tanım: Monospace bitmap font (for X11 and console)
|
||
# URL: URL: http://sourceforge.net/projects/terminus-font/
|
||
# NuTyX package info file (http://nutyx.org)
|
||
# Paketçi: # NuTyX package info file (http://nutyx.org)
|
||
# Gerekler: xorg-app xorg-fontconfig xorg-font-util
|
||
isim=terminus-font
|
||
surum=4.39
|
||
devir=1
|
||
|
||
kaynak=(
|
||
http://downloads.sourceforge.net/project/$isim/$isim-$surum/$isim-$surum.tar.gz)
|
||
|
||
derle(){
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr \
|
||
--psfdir=/usr/share/kbd/consolefonts \
|
||
--x11dir=/usr/share/fonts/misc
|
||
make
|
||
make DESTDIR=$PKG install
|
||
|
||
install -Dm644 75-yes-terminus.conf \
|
||
$PKG/etc/fonts/conf.avail/75-yes-terminus.conf
|
||
install -d $PKG/etc/fonts/conf.d
|
||
cd $PKG/etc/fonts/conf.d
|
||
ln -s ../conf.avail/75-yes-terminus.conf .
|
||
}
|
||
|
||
|
||
|
||
# NuTyX Pkgfile (http://nutyx.org)
|