# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils kde-functions DESCRIPTION="DVB TV application and harddisk-recorder for linux" HOMEPAGE="http://www.klear.org/" SRC_URI="http://tr0ll.net/kraus.tk/projects/klear/sources/${P}.tar.gz" LICENSE="GPL-2" IUSE="" SLOT="0" KEYWORDS="~x86" DEPEND="dev-lang/perl x11-libs/qt media-libs/xine-lib dev-util/scons" src_unpack() { unpack "${A}" } src_compile() { scons configure prefix="${D}`kde-config --prefix`" || die "configure failed" scons ${MAKEOPTS} || die "make failed" } src_install() { scons install }