# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde need-kde 3 IUSE="" DESCRIPTION="KlipOQuery Brdiges the KDE Klipper to the Web." HOMEPAGE="http://www.michael-vonrueden.de/klipoquery/" SRC_URI="http://www.michael-vonrueden.de/klipoquery/klipoquery-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" src_compile() { ./configure \ --prefix=${KDEDIR} || die "./configure failed" emake || die }