# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.7.5-r1.ebuild,v 1.3 2005/04/11 14:11:38 luckyduck Exp $ inherit eutils DESCRIPTION="KinoPlus plugin for kino." HOMEPAGE="http://users.pandora.be/acp/kino/kinoplus.html" SRC_URI="http://users.pandora.be/acp/kinoplus/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="media-video/kino media-gfx/imagemagick" src_compile() { econf || die "configure failed" emake || die "make kino failed" } src_install() { make DESTDIR=${D} install || die "make install failed" }