blob: 8f526ee2bee92d66188ea175fc1190a8266153e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-text/sharefonts/sharefonts-0.10-r1.ebuild,v 1.5 2002/08/16 02:42:02 murphy Exp $
S=${WORKDIR}/sharefont
DESCRIPTION="A Collection of True Type Fonts"
SRC_URI="ftp://ftp.gimp.org/pub/gimp/fonts/${P}.tar.gz"
HOMEPAGE="http://www.gimp.org"
KEYWORDS="x86 sparc sparc64"
SLOT="0"
LICENSE="public-domain"
src_install () {
dodir /usr/X11R6/lib/X11/fonts/sharefont
cp -a * ${D}/usr/X11R6/lib/X11/fonts/sharefont
rm ${D}/usr/X11R6/lib/X11/fonts/sharefont/README
dodoc README
}
|