blob: b2f444624c61478bce26917204f9a5680083cf60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/sgi-fonts/sgi-fonts-1.0.ebuild,v 1.8 2006/11/26 23:51:57 flameeyes Exp $
inherit rpm font
IUSE=""
RPM_P="${P}-705.noarch"
DESCRIPTION="SGI fonts collection"
HOMEPAGE="http://www.suse.com/us/private/products/suse_linux/prof/packages_professional/sgi-fonts.html"
SRC_URI="ftp://ftp.suse.com/pub/suse/i386/9.1/suse/noarch/${RPM_P}.rpm"
LICENSE="X11 MIT"
SLOT="0"
KEYWORDS="alpha ~amd64 arm ia64 ~ppc ppc64 s390 sh ~x86 ~x86-fbsd"
S="${WORKDIR}/usr/X11R6/lib/X11/fonts/misc/sgi"
FONT_S=${S}
FONT_SUFFIX="pcf.gz"
|