blob: f811b5eaa984b0801eae026d21751cc5de408d16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit font
DESCRIPTION="A monospace bitmap font, primarily aimed at programmers"
HOMEPAGE="http://www.donationcoder.com/Software/Jibz/Dina/index.html"
SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/dina-pcf-${PV}.tar.gz"
LICENSE="Dina"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
S=${WORKDIR}/Dina-PCF
FONT_S=${WORKDIR}/Dina-PCF
FONT_SUFFIX="pcf"
|