# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" inherit gnome2 eutils autotools DESCRIPTION="File System View 3D v2." HOMEPAGE="http://fedorchenko.net/fsv2.php" SRC_URI="http://fedorchenko.net/src/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-cpp/gtkmm:2.4 x11-libs/gtkglarea:2 media-libs/ftgl" DEPEND="${RDEPEND} sys-devel/gettext >=dev-util/pkgconfig-0.9" DOCS="AUTHORS ChangeLog* NEWS README TODO" src_compile() { econf $(use_enable glc) || die "econf failed" emake || die "emake failed" } #src_install(){ # gnome2_src_install # make_desktop_entry fsv2 Fsv2 #}