summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-plan9/plan9port/plan9port-20070308.ebuild')
-rw-r--r--dev-plan9/plan9port/plan9port-20070308.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-plan9/plan9port/plan9port-20070308.ebuild b/dev-plan9/plan9port/plan9port-20070308.ebuild
new file mode 100644
index 0000000..9211b63
--- /dev/null
+++ b/dev-plan9/plan9port/plan9port-20070308.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Plan9 Ported to Linux"
+HOMEPAGE="http://swtch.com/plan9port/"
+SRC_URI="http://www.kix.in/plan9/${PN}-repacked-${PV}.tar.bz2"
+
+LICENSE="PLAN9"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/plan9"
+
+src_compile() {
+ cd ${S}
+ ./INSTALL -b
+}
+
+src_install() {
+
+}