# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/gnome-subtitles-0.1.ebuild,v 1.2 2007/02/23 11:11:52 opfer Exp $ inherit mono DESCRIPTION="Video subtitling for the Gnome desktop" HOMEPAGE="http://gnome-subtitles.sourceforge.net/" SRC_URI="mirror://sourceforge/gnome-subtitles/${P}.tar.gz" LICENSE="GPL-2" IUSE="" SLOT="0" KEYWORDS="~amd64 x86" DEPEND=">=dev-lang/mono-1.1 >=dev-dotnet/art-sharp-2.8 >=dev-dotnet/gnome-sharp-2.8 >=dev-dotnet/glade-sharp-2.8" src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc AUTHORS ChangeLog CREDITS NEWS README TODO }