# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Avango helps creating virtual worlds" HOMEPAGE="http://www.avango.org" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL" SLOT="0" KEYWORDS="~mips ~sparc ~x86" IUSE="" src_compile() { econf --with-posix-regex || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc FAQ NEWS README dohtml EXTENDING.html ctags.html }