# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libnjb/libnjb-1.1.ebuild,v 1.6 2005/02/11 00:32:19 axxo Exp $ inherit eutils IUSE="" DESCRIPTION="libnjb is a C library and API for communicating with the Creative Nomad JukeBox digital audio player under BSD and Linux." HOMEPAGE="http://libnjb.sourceforge.net/" SRC_URI="mirror://sourceforge/gnomad2/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64 ~ppc" DEPEND=">=dev-libs/libusb-0.1.7" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/libnjb-errno.patch sed -i "s:all\: lib samples filemodes:all\: lib filemodes:g" Makefile.in } src_install() { # borks make DESTDIR=${D} install || die einstall || die # Backwards compatability dosym libnjb.so /usr/lib/libnjb.so.0 prepalldocs dodoc FAQ LICENSE INSTALL CHANGES README exeinto /etc/hotplug/usb/ doexe ${FILESDIR}/nomadjukebox cp ${ROOT}/etc/hotplug/usb.usermap ${D}/etc/hotplug/usb.usermap cat nomad.usermap >> ${D}/etc/hotplug/usb.usermap }