# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit 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" src_compile() { ./configure # using econf produces errors, not a common configure script emake || die "emake failed!" } src_install() { make INSTALL_ROOT="${D}" install || die "Install failed!" dodoc distfiles/changelog distfiles/README distfiles/AUTHORS distfiles/BUGS doman distfiles/klear.1 }