add games-util/joydevmap
[shuber-gentoo-overlay.git] / games-util / joydevmap / joydevmap-1.0.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=3
6
7 inherit cmake-utils
8
9 DESCRIPTION="A simple tool to set axis and button maps of joysticks"
10 HOMEPAGE="http://www.cosy.sbg.ac.at/~shuber/funcode/joydevmap.html"
11 SRC_URI="http://www.cosy.sbg.ac.at/~shuber/funcode/files/${P}.tar.gz"
12
13 LICENSE="GPL-3"
14 SLOT="0"
15 KEYWORDS="~x86 ~amd64"
16 RESTRICT="mirror"
17 IUSE=""
18
19 DEPEND=""
20 RDEPEND="${DEPEND}"
21