net-im/teams-bin: Add version 1.3.00.5153
[shuber-gentoo-overlay.git] / games-util / joydevmap / joydevmap-1.0.1.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=5
6
7 inherit cmake-utils
8
9 DESCRIPTION="A simple tool to set axis and button maps of joysticks"
10 HOMEPAGE="http://www.sthu.org/code/joydevmap.html"
11 SRC_URI="http://git.sthu.org/?p=joydevmap.git;a=snapshot;h=v1.0.1;sf=tgz
12 -> ${P}.tar.gz"
13
14 LICENSE="LGPL-3"
15 SLOT="0"
16 KEYWORDS="~x86 ~amd64"
17 RESTRICT="mirror"
18 IUSE=""
19
20 DEPEND=""
21 RDEPEND="${DEPEND}"
22 S="${WORKDIR}/${PN}-v1.0.1-0fa6015"
23