# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="A MEncoder frontende (designed to be a VirtualDub replacement for Linux)" HOMEPAGE="http://www.kde-apps.org/content/show.php?content=16439" SRC_URI="http://ares.penguinhosting.net/~ods15/kmenc15/kmenc15-0.01.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="" RDEPEND="media-video/mplayer" S=${WORKDIR}/${P} src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }