DESCRIPTION="C++ implementation of the Atlas protocol, for use in client-server game applications." HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/atlas_cpp" SRC_URI="ftp://ftp.worldforge.org/pub/worldforge/games/mason/0.2/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" SLOT="0" DEPEND="virtual/libc" S="${WORKDIR}/${P}" src_compile() { unpack ${A} econf || die emake || die emake docs || die } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README ROADMAP THANKS TODO doman doc/man/* dohtml -r doc/html }