# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 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/?p=${PN}.git;a=snapshot;h=refs/tags/v${PV};sf=tgz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" RESTRICT="mirror" IUSE="" DEPEND="" RDEPEND="${DEPEND}"