summaryrefslogtreecommitdiff
blob: 8f608d887731b39c0b251e90fb24fe0c737b8cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font font-ebdftopcf

DESCRIPTION="Vico bitmap Fonts"
HOMEPAGE="http://vico.kleinplanet.de/"
SRC_URI="
	http://vico.kleinplanet.de/files/${P}.tar.bz2
	mirror://gentoo/bleed3.bdf.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
# Only installs fonts
RESTRICT="strip binchecks"

S="${WORKDIR}/vc"

FONT_PN="vc"
FONT_S="${S}"
FONT_SUFFIX="bdf pcf.gz"
FONTDIR="/usr/share/fonts/${FONT_PN}"

src_prepare() {
	default

	mv ../bleed3.bdf . || die
	rm bleed2.pcf.gz || die
}