96a51f59dd1dfe3756f6691b46d295ba92a734ef
[gentoo.git] / app-text / bdf2psf / bdf2psf-1.155.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Converter to generate console fonts from BDF source fonts"
7 HOMEPAGE="http://packages.debian.org/sid/bdf2psf"
8 SRC_URI="mirror://debian/pool/main/c/console-setup/console-setup_${PV}.tar.xz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND="dev-lang/perl"
17
18 S="${WORKDIR}/console-setup-${PV}"
19
20 src_compile() {
21         :
22 }
23
24 src_install() {
25         dobin Fonts/bdf2psf
26
27         insinto usr/share/bdf2psf
28         doins -r Fonts/*.equivalents Fonts/*.set Fonts/fontsets
29
30         doman man/bdf2psf.1
31         dodoc debian/README.fontsets
32 }