blob: 1cb90ac253bcce89bc408ae978428c340a4085df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/freefonts/freefonts-0.10-r1.ebuild,v 1.1 2003/06/02 13:59:11 seemant Exp $
S=${WORKDIR}/freefont
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 ppc"
SLOT="0"
LICENSE="freedist"
src_install () {
dodir /usr/X11R6/lib/X11/fonts/freefont
cp -a * ${D}/usr/X11R6/lib/X11/fonts/freefont
rm ${D}/usr/X11R6/lib/X11/fonts/freefont/README
dodoc README
}
|