blob: df79d324578edfe39e94da6636874223d51c8785 (
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
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/konfont/konfont-0.1.ebuild,v 1.3 2004/07/01 10:48:38 eradicator Exp $
IUSE=""
MY_P="${P/-/_}.orig"
DESCRIPTION="Fontset for KON2"
SRC_URI="mirror://debian/dists/potato/main/source/utils/${MY_P}.tar.gz"
HOMEPAGE=""
LICENSE="as-is"
SLOT=0
KEYWORDS="x86"
DEPEND="virtual/libc"
S="${WORKDIR}/${MY_P/_/-}/fonts"
src_install(){
insinto /usr/share/fonts
doins pubfont.*.gz || die
}
|