added zipit z2 optimized console font

This commit is contained in:
Kai Uwe Jesussek 2011-06-02 00:59:53 +02:00
parent 1cc9ee3373
commit d8b6d1b2f5
2 changed files with 18 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,18 @@
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
pkgname=z2-console-font
pkgver=0.1
pkgrel=1
pkgdesc="A nice Font for the Zipit Z2"
arch=('any')
url="http://wejp.k.vu"
license=('GPL2')
depends=()
source=('5x8.psf.gz')
md5sums=('b577db10cf3ae2b004dbe717d16a9798')
build() {
cd ${srcdir}
install -D -m644 5x8.psf.gz ${pkgdir}/usr/share/kbd/consolefonts/5x8.psf.gz
}