# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 mono DESCRIPTION="CDCollect is a simple CD catalog for GNOME written in C# using Mono and GTK#" HOMEPAGE="http://cdcollect.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/mono-1.0 >=dev-dotnet/gtk-sharp-1.9.1 >=dev-dotnet/gnome-sharp-1.9.1 >=dev-dotnet/glade-sharp-1.9.1 >=dev-dotnet/gconf-sharp-1.9.1 >=dev-dotnet/gnomevfs-sharp-1.9.1 >=dev-db/sqlite-2.8.15 " DOCS="AUTHORS Changelog INSTALL NEWS README" src_unpack(){ unpack ${A} }