# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-functions need-kde 3.3 DESCRIPTION=" A frontend to the libnjb and its supported players." HOMEPAGE="http://kiozen.sourceforge.net/" SRC_URI="http://puzzle.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="nomirror" DEPEND="${DEPEND} >=media-libs/libnjb-2.2 >=dev-libs/libusb-0.1.10 >=media-libs/id3lib-3.8" S="${WORKDIR}/${PN}" src_install(){ make DESTDIR=${D} install }