# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 mono eutils DESCRIPTION="extracts information from AVI video files" HOMEPAGE="http://www.integrazioneweb.com/themonospot/" SRC_URI="http://themonospot.googlecode.com/files/${P}.tar.gz" LICENSE="AS-IS" SLOT="0" KEYWORDS="~amd64" IUSE="debug" RDEPEND=">=dev-lang/mono-1.2 >=dev-dotnet/gtk-sharp-2 >=dev-dotnet/glade-sharp-2" DEPEND="${RDEPEND} dev-util/pkgconfig" G2CONF="${G2CONF} $(use_enable debug)" src_install() { dodir /usr/share/pixmaps dodir /usr/share/applications gnome2_src_install }