summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-29 20:37:01 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-29 20:37:01 +0000
commit1b5ea6763da5b9159d10ad39b9546d33b1516d94 (patch)
tree53a0339c392d391a906ec8195b5c18f079d296ed /app-text/freefonts
parentNow a threaded version of perl is build. The tests pass all now. (diff)
downloadgentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.gz
gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.bz2
gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.zip
*** empty log message ***
Diffstat (limited to 'app-text/freefonts')
-rw-r--r--app-text/freefonts/files/digest-freefonts-0.101
-rw-r--r--app-text/freefonts/freefonts-0.10.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/app-text/freefonts/files/digest-freefonts-0.10 b/app-text/freefonts/files/digest-freefonts-0.10
new file mode 100644
index 000000000000..bc18f66c373d
--- /dev/null
+++ b/app-text/freefonts/files/digest-freefonts-0.10
@@ -0,0 +1 @@
+MD5 a547b5b861d6eb138394bb83748d4eee freefonts-0.10.tar.gz
diff --git a/app-text/freefonts/freefonts-0.10.ebuild b/app-text/freefonts/freefonts-0.10.ebuild
new file mode 100644
index 000000000000..c46bfe1490cd
--- /dev/null
+++ b/app-text/freefonts/freefonts-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/freefonts/freefonts-0.10.ebuild,v 1.1 2000/10/29 20:36:59 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/freefont
+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/freefont
+ cp -a * ${D}/usr/X11R6/lib/X11/fonts/freefont
+ rm ${D}/usr/X11R6/lib/X11/fonts/freefont/README
+ dodoc README
+
+}
+