# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="KPodder is at its most basic a configuration front end for BashPodder by Linc Fessenden." HOMEPAGE="http://www.leonscape.co.uk/linux/kpodder/" SRC_URI="http://www.leonscape.co.uk/linux/kpodder/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="!=media-sound/bpconf" need-kde 3 src_unpack() { kde_src_unpack } src_compile() { kde_src_compile } src_install() { kde_src_install }