# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Photo managenenet for GNOME based on Mono" HOMEPAGE="http://www.gnome.org/projects/f-spot/" SRC_URI="mirror://gnome/sources/f-spot/0.0/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="dev-lang/mono =dev-dotnet/gtk-sharp-1.0* =dev-dotnet/gtkhtml-sharp-1.0* =dev-dotnet/gconf-sharp-1.0* =dev-dotnet/glade-sharp-1.0* >=x11-libs/gtk+-2.4 >=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 =dev-db/sqlite-2* >=media-libs/libexif-0.5.7 >=media-libs/lcms-1.12 >=media-libs/libgphoto2-2.1.4" src_install() { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README TODO }