diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:37:01 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:37:01 +0000 |
commit | 1b5ea6763da5b9159d10ad39b9546d33b1516d94 (patch) | |
tree | 53a0339c392d391a906ec8195b5c18f079d296ed /app-text/sharefonts | |
parent | Now a threaded version of perl is build. The tests pass all now. (diff) | |
download | gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.gz gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.bz2 gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.zip |
*** empty log message ***
Diffstat (limited to 'app-text/sharefonts')
-rw-r--r-- | app-text/sharefonts/files/digest-sharefonts-0.10 | 1 | ||||
-rw-r--r-- | app-text/sharefonts/sharefonts-0.10.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-text/sharefonts/files/digest-sharefonts-0.10 b/app-text/sharefonts/files/digest-sharefonts-0.10 new file mode 100644 index 000000000000..cca26f3f93ea --- /dev/null +++ b/app-text/sharefonts/files/digest-sharefonts-0.10 @@ -0,0 +1 @@ +MD5 fd407f15efc7f06e320c10fd73d66c1f sharefonts-0.10.tar.gz diff --git a/app-text/sharefonts/sharefonts-0.10.ebuild b/app-text/sharefonts/sharefonts-0.10.ebuild new file mode 100644 index 000000000000..df898c44c5d0 --- /dev/null +++ b/app-text/sharefonts/sharefonts-0.10.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-text/sharefonts/sharefonts-0.10.ebuild,v 1.1 2000/10/29 20:36:59 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/sharefont +DESCRIPTION="A Collection of True Type Fonts" +SRC_URI="ftp://ftp.gimp.org/pub/gimp/fonts/${A}" +HOMEPAGE="http://www.gimp.org" + + +src_compile() { + + cd ${S} + +} + +src_install () { + + cd ${S} + 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 + +} + |