# 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="http://unc.dl.sourceforge.net/sourceforge/kionjb/kionjb-0.2.4.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_compile() { econf || die emake || die } src_install() { make DESTDIR="${D}" install || die "make install failed" useq doc && dodoc README AUTHORS TODO }