# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ inherit gnome2 mono IUSE="" DESCRIPTION="Picture download utility for the GNOME desktop" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" HOMEPAGE="http://linux.csf.itesm.mx/metnum/picdownloader/" SRC_URI="http://linux.csf.itesm.mx/metnum/picdownloader/picdownloader_src_${PV}.tar.gz" DEPEND=">=dev-dotnet/mono-1.0.2 >=dev-dotnet/gtk-sharp-1.0.2 >=dev-dotnet/glade-sharp-1.0.2" src_compile() { mcs -pkg:gtk-sharp,gdk-sharp,glib-sharp,glade-sharp -resource:main.glade -resource:ico.png picdownloader.cs }