summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/jfbterm/jfbterm-0.4.2.ebuild')
-rw-r--r--app-i18n/jfbterm/jfbterm-0.4.2.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/app-i18n/jfbterm/jfbterm-0.4.2.ebuild b/app-i18n/jfbterm/jfbterm-0.4.2.ebuild
deleted file mode 100644
index 77c5b2dd4594..000000000000
--- a/app-i18n/jfbterm/jfbterm-0.4.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/jfbterm/jfbterm-0.4.2.ebuild,v 1.2 2003/10/02 16:35:42 usata Exp $
-
-inherit flag-o-matic
-replace-flags "-march=pentium3" "-mcpu=pentium3"
-
-DESCRIPTION="The J Framebuffer Terminal/Multilingual Enhancement with UTF-8 support"
-HOMEPAGE="http://jfbterm.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/5925/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
-
-DEPEND="virtual/glibc
- >=sys-apps/sed-4
- >=sys-devel/autoconf-2.53a
- sys-devel/automake
- sys-libs/ncurses"
-RDEPEND="virtual/glibc"
-
-src_compile() {
-
- export WANT_AUTOCONF_2_5=1
- econf || die "econf failed"
- # jfbterm peculiarly needs to be compiled twice.
- make || die "make failed"
- make || die "make failed"
- sed -i -e 's/a18/8x16/' jfbterm.conf.sample
-}
-
-src_install() {
-
- dodir /etc
- dodir /usr/share/fonts/jfbterm
- einstall || die
-
- dodir /usr/share/terminfo
- tic terminfo.jfbterm -o${D}/usr/share/terminfo || die
-
- mv ${D}/etc/jfbterm.conf{.sample,}
-
- doman jfbterm.1 jfbterm.conf.5
-
- dodoc AUTHORS ChangeLog INSTALL* NEWS README*
- dodoc jfbterm.conf.sample*
-}