# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Wallpaper manager for the GNOME desktop" HOMEPAGE="http://drapes.mindtouchsoftware.com/" SRC_URI="http://drapes.mindtouchsoftware.com/release/0.5/${P}.tar.bz2" LICENSE="GPL-2 MIT" SLOT="0" EAPI=2 inherit eutils mono gnome2 KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-lang/mono-1.1.13 >=dev-dotnet/gtk-sharp-2.8 >=dev-dotnet/gnome-sharp-2.8 >=dev-dotnet/gnomevfs-sharp-2.8 >=dev-dotnet/gconf-sharp-2.8 >=dev-dotnet/glade-sharp-2.8 gnome-base/libgnome dev-util/pkgconfig gnome-extra/yelp" RDEPEND="${DEPEND}" MAKEOPTS="-j1" #src_compile() { # # econf || die "configure failed" # # emake || die "make failed" # #} src_install() { emake install DESTDIR="${D}" || die "emake install failed" }