summaryrefslogtreecommitdiff
blob: d8aaca69245ced85563b29d804aa4b019252c0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2006-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ebdftopcf/ebdftopcf-2.ebuild,v 1.1 2006/01/12 03:37:29 robbat2 Exp $

DESCRIPTION="ebdftopcf optimially generators PCF files from BDF files"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~ppc64 ~mips ~alpha ~ia64 ~hppa ~arm ~sh ~ppc-macos"
IUSE=""
DEPEND=""
# these apps are used at runtime by ebdftopcf
RDEPEND="|| ( x11-apps/bdftopcf virtual/x11 )
		app-arch/gzip"

src_install() {
	insinto /usr/share/ebdftopcf
	doins Makefile.ebdftopcf
	dodoc README
	doman *.5
}