summaryrefslogtreecommitdiff
blob: b06ecbfdfd4f3450f18cde100fce256fb46284fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/monopod/monopod-0.3.ebuild,v 1.3 2006/04/07 17:58:37 dertobi123 Exp $

inherit gnome2 mono

DESCRIPTION="A very lightweight podcast client in GTK#"
HOMEPAGE="http://downloads.usefulinc.com/monopod/"
SRC_URI="http://downloads.usefulinc.com/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND=">=dev-lang/mono-1.1.6
		>=dev-dotnet/glade-sharp-1.9.5
		>=dev-dotnet/gconf-sharp-2.0
		>=dev-dotnet/gtk-sharp-1.9.5
		>=dev-dotnet/gnome-sharp-1.9.5
		dev-db/sqlite"

USE_DESTDIR=1
DOCS="ChangeLog NEWS README TODO AUTHORS"

src_compile() {
	gnome2_src_configure
	emake -j1 || "make failed"
}

src_install() {
	gnome2_src_install
}