# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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 ~amd64" 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-doc/doxygen-1.3.5 app-shells/bash dev-libs/popt >=dev-libs/libxml2-2.6.15 >=dev-libs/libxslt-1.1.3 media-gfx/graphviz sys-devel/flex virtual/glu virtual/glut virtual/opengl" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} } src_compile() { econf || die emake || die # make doc || die } src_install() { make DESTDIR=${D} install || die }