# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A video and audio player for the .NET framework" HOMEPAGE="http://www.atoker.com/platano/" SRC_URI="http://www.atoker.com/platano/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc" IUSE="" DEPEND="dev-dotnet/mono" src_compile() { emake || die "emake failed" } src_install() { einstall || die }