summaryrefslogtreecommitdiff
blob: 3762942c23c92464209af4d36e35b9c0b0d2e2c3 (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
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/konfont/konfont-0.1.ebuild,v 1.1 2002/08/12 15:08:17 stubear Exp $

DESCRIPTION="Fontset for KON2"
SRC_URI="http://ftp.debian.org/debian/dists/potato/main/source/utils/${PN}_${PV}.orig.tar.gz"
HOMEPAGE=""
LICENSE="as-is"
SLOT=0
KEYWORDS="x86"

DEPEND="virtual/glibc"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${P}

src_unpack(){
	unpack konfont_0.1.orig.tar.gz
}

src_install(){
	dodir /usr/share/fonts

	cd ${S}.orig/fonts
	install -c -m0444 pubfont.a.gz ${D}/usr/share/fonts
	install -c -m0444 pubfont.k.gz ${D}/usr/share/fonts
}