summaryrefslogtreecommitdiff
blob: b994065d8bc06ef954c6e1f45edfe55d0984d768 (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/wily/wily-1.0.ebuild,v 1.9 2005/01/01 13:36:03 eradicator Exp $

DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor for programmers."
HOMEPAGE="http://www.netlib.org/research/9libs/wily-9libs.README"
SRC_URI="ftp://www.netlib.org/research/9libs/${P/1.0/9libs}.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="x86 ppc sparc"
IUSE=""

DEPEND="virtual/x11
	dev-libs/9libs"

S="${WORKDIR}/${P/1.0/9libs}"

src_install() {
	einstall docdir="${D}/usr/share/doc/${P}"
	dodoc INSTALL README
	insinto /usr/share/${P}
	doins ${S}/misc/*
}