Add ipe-7.2.3
[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.sthu.org/code/joydevmap.html"
11 SRC_URI="http://git.sthu.org/?p=joydevmap.git;a=snapshot;h=c07e6be43a29393938397b3e901b2f131f3d362a;sf=tgz
12 -> ${P}.tar.gz"
13
14 LICENSE="GPL-3"
15 SLOT="0"
16 KEYWORDS="~x86 ~amd64"
17 RESTRICT="mirror"
18 IUSE=""
19
20 DEPEND=""
21 RDEPEND="${DEPEND}"
22 S="${WORKDIR}/${PN}-c07e6be"
23