# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm kde MY_P=${P/_p/-} DESCRIPTION="KDE beagle frontend" HOMEPAGE="http://opensuse.org" LICENSE="GPL-2" SLOT="0" IUSE="" SRC_URI="http://ftp.opensuse.org/pub/opensuse/distribution/SL-OSS-factory/inst-source/suse/src/${MY_P}.src.rpm http://lepetitfou.dyndns.org/download/distfiles/${MY_P}.src.rpm" KEYWORDS="x86 amd64" RDEPEND="=app-misc/beagle-0.2*" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} need-kde 3.4 src_unpack() { rpm_src_unpack }