# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde 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 ~amd64" DEPEND="dev-util/scons x11-libs/qt media-libs/xine-lib" src_compile() { scons configure prefix=${D}/usr || die "configure failed!" scons ${MAKEOPTS} || die "scons failed!" } src_install() { scons install || die "Install failed!" dodoc distfiles/changelog distfiles/README distfiles/AUTHORS distfiles/BUGS doman distfiles/klear.1 }