# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Export mythtv files into a more common format." HOMEPAGE="http://www.icelus.org/index.php?cat=3" SRC_URI="http://www.icelus.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-perl/Curses media-libs/libpng mythtv mplayer transcode DBI DBD-mysql" src_compile() { perl Makefile.PL emake || die "emake failed" } src_install() { einstall || die "einstall failed" }