# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm kde # this revision is like gentoos '-r4' and does not need to be public RPM_REVISION=4 DESCRIPTION="KDE beagle frontend" SRC_URI="http://ftp.gwdg.de/pub/opensuse/distribution/SL-OSS-factory/inst-source/suse/src/${P}-${RPM_REVISION}.src.rpm" HOMEPAGE="http://opensuse.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" RDEPEND=">=app-misc/beagle-0.2" DEPEND="${RDEPEND}" need-kde 3.4 S=${WORKDIR}/${PN} src_unpack() { rpm_src_unpack }