# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm kde versionator MY_P="${PN}-$(replace_version_separator 2 -)" 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" KEYWORDS="~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 # Force kde stuff from being done anyway }