# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger # $Header: /var/cvsroot/gentoo-x86/app-text/freefonts/freefonts-0.10-r1.ebuild,v 1.2 2002/04/28 03:59:29 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" 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 }