aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/9vx/9vx-0.12.ebuild')
-rw-r--r--dev-util/9vx/9vx-0.12.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/9vx/9vx-0.12.ebuild b/dev-util/9vx/9vx-0.12.ebuild
new file mode 100644
index 0000000..ad62a01
--- /dev/null
+++ b/dev-util/9vx/9vx-0.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License
+# $
+
+EAPI="2"
+
+inherit eutils
+
+DESCRIPTION="9vx is a port of the plan 9 operating system to
+freebsd, linux, and os x, using the vx32 sandboxing
+library to run "user" programs. "
+HOMEPAGE="http://swtch.com/9vx/"
+LICENSE="Lucent"
+SLOT="0"
+KEYWORDS="x86 amd64"
+SRC_URI="http://pdos.csail.mit.edu/~rsc/${P}.tar.bz2"
+
+src_install() {
+ mv 9vx.Linux 9vx
+ dobin 9vx
+ } \ No newline at end of file