# Copyright 1999-2006 Gentoo Foundation, Inc. # 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="mirror://opensuse/distribution/SL-OSS-factory/inst-source/suse/src/${MY_P}.src.rpm 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} dev-util/pkgconfig" S=${WORKDIR}/${PN} need-kde 3.4 src_unpack() { rpm_src_unpack kde_src_unpack # according to flameeyes this is to force kde stuff being done anyway epatch ${FILESDIR}/${PN}-0.09-del-shortcut.patch } src_install() { kde_src_install dodoc COPYING }