media-gfx/cgal-ipelets: Add cgal-ipelets-5.6
[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=7
6
7 inherit cmake
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=${PN}.git;a=snapshot;h=refs/tags/v${PV};sf=tgz -> ${P}.tar.gz"
12 S="${WORKDIR}/${PN}-v${PV}"
13
14 LICENSE="LGPL-3"
15 SLOT="0"
16 KEYWORDS="~x86 ~amd64"
17 RESTRICT="mirror"
18 IUSE=""
19
20 DEPEND=""
21 RDEPEND="${DEPEND}"
22