mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 22:27:12 +08:00
21 lines
721 B
Bash
21 lines
721 B
Bash
|
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
|
|||
|
# Contributor: Kristoffer Fossg<73>rd <kfs1@online.no>
|
|||
|
pkgname=terminus-font
|
|||
|
pkgver=4.30
|
|||
|
pkgrel=1
|
|||
|
pkgdesc="A superb, monospace bitmap font (for X11 and console)"
|
|||
|
depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
|
|||
|
replaces=(xserver-terminus-fonts)
|
|||
|
arch=(i686 x86_64)
|
|||
|
source=(http://www.is-vn.bg/hamster/$pkgname-$pkgver.tar.gz)
|
|||
|
url="http://www.is-vn.bg/hamster/jimmy-en.html"
|
|||
|
install=terminus-font.install
|
|||
|
license=('GPL-2')
|
|||
|
|
|||
|
build() {
|
|||
|
cd $startdir/src/$pkgname-$pkgver
|
|||
|
./configure --prefix=/usr --x11dir=/usr/share/fonts/local/ --psfdir=/usr/share/kbd/consolefonts/
|
|||
|
make DESTDIR=$startdir/pkg install
|
|||
|
}
|
|||
|
md5sums=('6f8bd95b593851f9f5c210a9d33cbbf1')
|