summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/xxe/xxe-2.4.ebuild')
-rw-r--r--app-editors/xxe/xxe-2.4.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/app-editors/xxe/xxe-2.4.ebuild b/app-editors/xxe/xxe-2.4.ebuild
new file mode 100644
index 000000000000..08c5826f6b0e
--- /dev/null
+++ b/app-editors/xxe/xxe-2.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.4.ebuild,v 1.1 2003/08/21 17:53:16 rizzo Exp $
+
+S="${WORKDIR}/xxe-std-24"
+DESCRIPTION="Java-based XML Editor"
+SRC_URI="http://www.xmlmind.net/xmleditor/_download/xxe-std-24.tar.gz"
+HOMEPAGE="http://www.xmlmind.com/xmleditor/index.html"
+IUSE=""
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86"
+
+RESTRICT="nostrip nomirror"
+RDEPEND=">=virtual/jdk-1.4.1"
+DEPEND=""
+INSTALLDIR=/opt/xxe
+
+src_compile() {
+ einfo "Nothing to compile, this is a binary package."
+}
+
+src_install() {
+ dodir ${INSTALLDIR}
+ cp -a ${S}/* ${D}/${INSTALLDIR}
+
+ #dynamic environment by T.Henderson@cs.ucl.ac.uk (Tristan Henderson)
+ dodir /etc/env.d
+ echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > \
+ ${D}/etc/env.d/10xxe23
+}