# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils mono DESCRIPTION="A simple Podcast client" HOMEPAGE="http://downloads.usefulinc.com/monopod/" SRC_URI="http://downloads.usefulinc.com/monopod/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc" IUSE="" DEPEND=">=dev-lang/mono-1.1.6 >=dev-dotnet/glade-sharp-1.9.5 >=dev-dotnet/gnome-sharp-1.9.5 >=dev-dotnet/gtk-sharp-1.9.5 dev-db/sqlite" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }