summaryrefslogtreecommitdiff
blob: 1b534b0bd01646d81d9171be9042b77005ee96a4 (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-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/9libs/9libs-1.0.ebuild,v 1.4 2004/03/14 12:28:57 mr_bones_ Exp $

DESCRIPTION="A package of Plan 9 compatability libraries."
HOMEPAGE="http://www.netlib.org/research/9libs/9libs-1.0.README"
SRC_URI="ftp://www.netlib.org/research/9libs/${P}.tar.gz"
LICENSE="PLAN9"
SLOT="0"
KEYWORDS="x86 ~sparc ~ppc"
IUSE="X"
DEPEND="virtual/x11"
RDEPEND="${DEPEND}"

src_compile() {
	econf --enable-shared --with-gnu-ld
	make || die
}

src_install() {
	einstall
	dodoc README

}