# Copyright 1999-2005 Gentoo Foundation # 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.11 2005/09/25 10:17:35 vapier Exp $ DESCRIPTION="A package of Plan 9 compatibility libraries" HOMEPAGE="http://www.netlib.org/research/9libs/9libs-1.0.README" SRC_URI="ftp://www.netlib.org/research/9libs/${P}.tar.bz2" LICENSE="PLAN9" SLOT="0" KEYWORDS="ppc sparc x86" IUSE="" DEPEND="virtual/x11" src_compile() { econf \ --includedir=/usr/include/9libs \ --enable-shared \ || die "econf failed" make || die } src_install() { make install DESTDIR="${D}" || die dodoc README }