blob: f2153e7db25cbdc9173a99cde565b0505ba386ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/sharefonts/sharefonts-0.10-r3.ebuild,v 1.4 2004/09/29 06:48:25 usata Exp $
inherit font
DESCRIPTION="A Collection of True Type Fonts"
SRC_URI="mirror://gimp/fonts/${P}.tar.gz"
HOMEPAGE="http://www.gimp.org/"
LICENSE="public-domain"
KEYWORDS="x86 ~sparc ppc ~amd64 alpha"
IUSE=""
SLOT="0"
FONT_S=${WORKDIR}/sharefont
S=${FONT_S}
FONT_SUFFIX="pfb"
DOCS="*.shareware"
|