# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/kfli4l/kfli4l-1.4.ebuild,v 1.2 2005/12/27 09:33:30 egore Exp $ inherit kde-base need-kde 3 DESCRIPTION="KDE-based frontend to fli4l" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://kfli4l.sourceforge.net/" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" IUSE="" DEPEND="${DEPEND} kde-base/arts" src_install() { make DESTDIR=${D} install || die "make install failed" }