summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/konfont/konfont-0.1.ebuild')
-rw-r--r--media-fonts/konfont/konfont-0.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-fonts/konfont/konfont-0.1.ebuild b/media-fonts/konfont/konfont-0.1.ebuild
new file mode 100644
index 000000000000..b89481e9569a
--- /dev/null
+++ b/media-fonts/konfont/konfont-0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/konfont/konfont-0.1.ebuild,v 1.1 2003/12/28 19:36:23 usata Exp $
+
+IUSE=""
+
+MY_P="${P/-/_}.orig"
+
+DESCRIPTION="Fontset for KON2"
+SRC_URI="mirror://debian/dists/potato/main/source/utils/${MY_P}.tar.gz"
+HOMEPAGE=""
+LICENSE="as-is"
+SLOT=0
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+
+S="${WORKDIR}/${MY_P/_/-}/fonts"
+
+src_install(){
+
+ insinto /usr/share/fonts
+
+ doins pubfont.*.gz || die
+}