summaryrefslogtreecommitdiff
blob: 9211b63c1fdfa715f89c7e038f954041e8b2c0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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() {

}