#Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # inherit cvs eutils ECVS_SERVER="cvs.sourceforge.net:/cvsroot/mlt" ECVS_MODULE="mlt++" DESCRIPTION="c++ wrapper for mlt" HOMEPAGE="http://mlt.sf.net" #SRC_URI="mirror://sourceforge/kfilm/mlt.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" DEPEND="media-video/mlt" src_compile(){ cd ${WORKDIR}/mlt++ econf emake } src_install(){ cd ${WORKDIR}/mlt++ dodir usr/lib einstall prefix=${D}/usr }