summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bouyer <stubear@gentoo.org>2002-10-23 14:31:13 +0000
committerStuart Bouyer <stubear@gentoo.org>2002-10-23 14:31:13 +0000
commit7039b38a03eff803274a67d3154384ba2ea1298a (patch)
tree37c8d1bb9665ac9ad961eb876b0112b29c4839aa /x11-terms/cxterm
parentintial submission of ebuild (diff)
downloadgentoo-2-7039b38a03eff803274a67d3154384ba2ea1298a.tar.gz
gentoo-2-7039b38a03eff803274a67d3154384ba2ea1298a.tar.bz2
gentoo-2-7039b38a03eff803274a67d3154384ba2ea1298a.zip
initial ebuild submission
Diffstat (limited to 'x11-terms/cxterm')
-rw-r--r--x11-terms/cxterm/ChangeLog10
-rw-r--r--x11-terms/cxterm/cxterm-5.2.2.ebuild45
-rw-r--r--x11-terms/cxterm/files/digest-cxterm-5.2.21
3 files changed, 56 insertions, 0 deletions
diff --git a/x11-terms/cxterm/ChangeLog b/x11-terms/cxterm/ChangeLog
new file mode 100644
index 000000000000..c06e020ea3ba
--- /dev/null
+++ b/x11-terms/cxterm/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for homestuportage-wipx11-termscxtermChangeLog/
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/cxterm/ChangeLog,v 1.1 2002/10/23 14:31:13 stubear Exp $
+
+*cxterm-5.2.2 (09 Oct 2002)
+
+ 09 Oct 2002; Stuart Bouyer <stubear@gentoo.org> cxterm-5.2.2.ebuild,
+ digest-cxterm-5.2.2 :
+
+ Initial ebuild submitted by zhu5@purdue.edu (Jianghai Zhu)
diff --git a/x11-terms/cxterm/cxterm-5.2.2.ebuild b/x11-terms/cxterm/cxterm-5.2.2.ebuild
new file mode 100644
index 000000000000..19af3fa6a215
--- /dev/null
+++ b/x11-terms/cxterm/cxterm-5.2.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/cxterm/cxterm-5.2.2.ebuild,v 1.1 2002/10/23 14:31:13 stubear Exp $
+
+S="${WORKDIR}/${P}"
+SRC_URI="http://umn.dl.sourceforge.net/sourceforge/cxterm/cxterm-5.2.2.tgz"
+HOMEPAGE="http://cxterm.sourceforge.net/"
+DESCRIPTION="A Chinese/Japanese/Korean X-Terminal"
+
+DEPEND="virtual/x11"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86"
+
+# hyper-optimizations untested...
+#
+src_compile() {
+
+ cd ${S}
+ sed "s/genCxterm/\.\/genCxterm/g" ${S}/scripts/Makefile.in > ${S}/scripts/Makefile.new
+ mv ${S}/scripts/Makefile.new ${S}/scripts/Makefile.in
+
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info || die "./configure failed"
+
+ make CFLAGS="${CFLAGS}" || die
+
+}
+
+src_install() {
+
+ emake \
+ prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ install || die
+
+ dodoc README-5.2 INSTALL-5.2 Doc/*
+ docinto tutorial-1
+ dodoc Doc/tutorial-1/*
+ docinto tutorial-2
+ dodoc Doc/tutorial-2/*
+}
diff --git a/x11-terms/cxterm/files/digest-cxterm-5.2.2 b/x11-terms/cxterm/files/digest-cxterm-5.2.2
new file mode 100644
index 000000000000..4dc4f0ccbdd6
--- /dev/null
+++ b/x11-terms/cxterm/files/digest-cxterm-5.2.2
@@ -0,0 +1 @@
+MD5 f1b6d78d06352af8c51d33e8fb541946 cxterm-5.2.2.tgz 2499014