# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit cmake-utils DESCRIPTION="A simple tool to set axis and button maps of joysticks" HOMEPAGE="http://www.sthu.org/code/joydevmap.html" SRC_URI="http://git.sthu.org/gitweb/?p=joydevmap.git;a=snapshot;h=c07e6be43a29393938397b3e901b2f131f3d362a;sf=tgz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" RESTRICT="mirror" IUSE="" DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-c07e6be"