# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono DESCRIPTION="scan and extract avi/mkv informations, modify FourCC informations" HOMEPAGE="http://www.integrazioneweb.com/themonospot" SRC_URI="http://themonospot.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=dev-lang/mono-1.2.4 >=dev-dotnet/gtk-sharp-2.0 >=dev-dotnet/glade-sharp-2.0" DEPEND="${RDEPEND}" src_install() { emake DESTDIR="${D}" install || die "make install failed" } pkg_postinst() { einfo "Please read the documentation provided in" einfo " /usr/share/doc/${PF}/README.gz" }