# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ #inherit eutils toolchain-funcs bash-completion flag-o-matic inherit eutils 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" 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}" EAPI=0 src_compile() { econf || die "configure failed" emake -j1 || die "make failed" } src_install() { emake -j1 install DESTDIR="${D}" || die "emake install failed" }