# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-news/klibido/klibido-0.2.0.ebuild,v 1.2 2004/12/09 19:38:10 jhuebel Exp $ inherit kde DESCRIPTION="KDE Linux Binaries Downloader" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://klibido.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" DEPEND="dev-libs/uulib =sys-libs/db-4.1*" need-kde 3 src_compile() { myconf="${myconf} --datadir=${D}/usr/share --with-extra-includes=/usr/include/db4.1/" kde_src_compile }