DESCRIPTION="Eris is designed to simplify client development (and promote code reuse) by providing a common system to deal with the back-end Atlas tasks." HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/eris" SRC_URI="ftp://ftp.worldforge.org/pub/worldforge/games/mason/0.2/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" SLOT="0" DEPEND="=dev-libs/libsigc++-1.2* >=net-libs/skstream-0.3 >=net-libs/Atlas-C++-0.4.93 >=dev-libs/glib-2.0" src_compile() { econf || die emake || die emake doc || die } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO dohtml -r doc/html }