summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2002-01-12 18:38:56 +0000
committerAron Griffis <agriffis@gentoo.org>2002-01-12 18:38:56 +0000
commit47dffba5a501351bf75d34b70469aff91e03be52 (patch)
tree980ab038e95b0bc09c4526036f8aa49c366c015c /x11-misc/lfpfonts-var/lfpfonts-var-0.83.ebuild
parentnew version; removed old (diff)
downloadgentoo-2-47dffba5a501351bf75d34b70469aff91e03be52.tar.gz
gentoo-2-47dffba5a501351bf75d34b70469aff91e03be52.tar.bz2
gentoo-2-47dffba5a501351bf75d34b70469aff91e03be52.zip
added ebuild for lfpfonts-var
Diffstat (limited to 'x11-misc/lfpfonts-var/lfpfonts-var-0.83.ebuild')
-rw-r--r--x11-misc/lfpfonts-var/lfpfonts-var-0.83.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/lfpfonts-var/lfpfonts-var-0.83.ebuild b/x11-misc/lfpfonts-var/lfpfonts-var-0.83.ebuild
new file mode 100644
index 000000000000..bbab43a21436
--- /dev/null
+++ b/x11-misc/lfpfonts-var/lfpfonts-var-0.83.ebuild
@@ -0,0 +1,20 @@
+# Copyrigth 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Aron Griffis <agriffis@gentoo.org>
+# Maintainer: Aron Griffis
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lfpfonts-var/lfpfonts-var-0.83.ebuild,v 1.1 2002/01/12 18:38:56 agriffis Exp $
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="Linux Font Project variable-width fonts"
+SRC_URI="http://dreamer.nitro.dk/linux/lfp/${P}.tar.bz2"
+HOMEPAGE="http://dreamer.nitro.dk/linux/lfp/"
+
+DEPEND="virtual/x11"
+
+src_install() {
+ dodoc doc/*
+ cd lfp-var
+ insinto /usr/X11R6/lib/X11/fonts/lfp-var
+ insopts -m0644
+ doins *
+}