# Distributed under the terms of the GNU General Public License v2 inherit flag-o-matic eutils gnuconfig MY_P=${P/_/-} DESCRIPTION="D.R.I.V.E. - Digraph Research Inside Virtual Environments. A set of library/tools for the research of available paths inside VRML worlds." HOMEPAGE="http://drive.sourceforge.net" SRC_URI="mirror://sourceforge/drive/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" #Linux Requirements: #bash, binutils, make, gcc, doxygen, flex, libiconv, libtool, libxml2, zlib, popt, libpopt, libxslt #glut, opengl, XFree or equivalent, a window manager. DEPEND="app-shells/bash sys-devel/binutils sys-devel/make sys-devel/gcc sys-devel/flex sys-devel/libtool dev-libs/libxml2 sys-libs/zlib dev-libs/popt dev-libs/libxslt media-libs/glut virtual/opengl virtual/x11" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} } src_compile() { econf || die emake || die # make doc || die } src_install() { make DESTDIR=${D} install || die }