# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 S="${WORKDIR}/${P}" DESCRIPTION="A (S)VCD plugin for Xine with navigation support." HOMEPAGE="http://xine.sourceforge.net/" SRC_URI="mirror://sourceforge/xine/${P}.tar.gz" DEPEND=" =media-libs/xine-lib-0.9.13*" RDEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" src_compile () { econf || die emake || die } src_install() { einstall || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO THANKS }