# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils linux-info DESCRIPTION="Provides access to Belkin Nostromo n50/n52 speedpads as more than simple USB keyboard devices via configuration GUI. Also includes a basic userland linux event interface and both OpenGL and OpenAL modules for video and audio." HOMEPAGE="http://sf.net/projects/nostromodriver" SRC_URI="mirror://sourceforge/nostromodriver/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="x11-libs/fltk >=x11-libs/gtk+-2 >=dev-libs/libxml" CONFIG_CHECK="INPUT_EVDEV" src_install() { einstall || die make_desktop_entry nostromo_config "Nostromo Configuration" n50_tray.png "Game" make_desktop_entry nostromo_daemon "Nostromo Daemon" n50_tray.png "Game" }