# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ inherit eutils mono DESCRIPTION="mCatalog is an application for catalogue things like films and books." DESCRIPTION_FR="Une application pour cataloguer des livres et des films" HOMEPAGE="http://mcatalog.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" RESTRICT="nomirror" DEPEND=">=x11-libs/gtk+-2.2 =dev-db/sqlite-2.8* >=dev-dotnet/gtk-sharp-1.0 >=dev-lang/mono-1.0.0 >=gnome-base/gconf-2.4 dev-dotnet/gnome-sharp dev-dotnet/glade-sharp dev-dotnet/gconf-sharp dev-dotnet/gtkhtml-sharp" src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc README NEWS COPYING AUTHORS ChangeLog TODO }