summaryrefslogtreecommitdiff
blob: 093493b90e0d117d4a05b0d50354484f13f9850d (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-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mcatalog/mcatalog-0.2.ebuild,v 1.2 2007/09/06 20:01:42 dberkholz Exp $

inherit mono

DESCRIPTION="Application written using mono and GTK# for cataloguing movies and books"
HOMEPAGE="http://mcatalog.sourceforge.net/"
SRC_URI="http://www.${PN}.net/releases/${P}.tar.gz"

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

IUSE="doc"
DEPEND=">=dev-lang/mono-1.0
		>=dev-dotnet/gecko-sharp-0.7
		>=dev-dotnet/evolution-sharp-0.6
		=dev-dotnet/gtkhtml-sharp-1.0*
		>=dev-dotnet/gtk-sharp-0.7
		>=dev-dotnet/gnome-sharp-2.0
		>=dev-dotnet/glade-sharp-2.0
		>=dev-dotnet/gconf-sharp-2.0
		>=gnome-base/gconf-2.4
		=dev-db/sqlite-2.8*"
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR=${D} install || die "make install failed"

	dodoc AUTHORS ChangeLog INSTALL NEWS README || die "dodoc failed"
}