# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-base DESCRIPTION="kio slave for libnjb" HOMEPAGE="http://sourceforge.net/projects/kionjb/" SRC_URI="mirror://sourceforge/kionjb/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" need-kde 3 DEPEND=">media-libs/libnjb-2.2 >=kde-base/kdelibs-3" RDEPEND=">=kde-base/kdelibs-3" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc README AUTHORS TODO }