blob: 2487aae50630c974615a11b42119cb9d9d23bb6f (
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
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/urw-fonts/urw-fonts-2.1-r2.ebuild,v 1.6 2005/08/23 21:41:51 gustavoz Exp $
inherit eutils rpm font
DESCRIPTION="free good quality fonts gpl'd by URW++"
HOMEPAGE="http://www.urwpp.de/"
SRC_URI="ftp://rpmfind.net/linux/fedora/core/development/SRPMS/${P}-7.src.rpm"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc amd64 alpha ppc64 ~sparc"
IUSE=""
#DEPEND="app-arch/rpm2targz"
#DEPEND comes from rpm.eclass
S=${WORKDIR}
FONT_S="${S}"
FONT_SUFFIX="afm pfb"
DOCS="ChangeLog README* TODO"
src_install () {
font_src_install
# don't touch our fonts.conf
rm -fr ${D}/etc
}
|