# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono DESCRIPTION="A collection of tools for managing art from the art.gnome.org website." HOMEPAGE="http://developer.berlios.de/projects/gnomeartng/" SRC_URI="http://download.berlios.de/gnomeartng/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/mono >=dev-dotnet/gtk-sharp-2.0 >=dev-dotnet/glade-sharp-2.0 >=dev-dotnet/gnome-sharp-2.0 >=dev-dotnet/gconf-sharp-2.0" src_compile(){ sh compile } src_install(){ exeinto /usr/bin doexe GnomeArtNg.exe doexe ${FILESDIR}/gnome-art-ng }