From 189dbdb758e5e152e818edcd116b4ef66e282b9d Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sat, 24 Dec 2011 13:25:34 +0100 Subject: [PATCH] add games-util/joydevmap --- games-util/joydevmap/Manifest | 2 ++ games-util/joydevmap/joydevmap-1.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 games-util/joydevmap/Manifest create mode 100644 games-util/joydevmap/joydevmap-1.0.ebuild diff --git a/games-util/joydevmap/Manifest b/games-util/joydevmap/Manifest new file mode 100644 index 0000000..43ad163 --- /dev/null +++ b/games-util/joydevmap/Manifest @@ -0,0 +1,2 @@ +DIST joydevmap-1.0.tar.gz 2809 RMD160 3e3bb39b9be05cad579759db3c59b11e74a35ab4 SHA1 cb68ed0f5f1e9497a3b9850cc763a75b946b40cd SHA256 7e142e297b43a3588d5d0694bf8507a4b08d330e189e4eb555edc21adabb7533 +EBUILD joydevmap-1.0.ebuild 464 RMD160 c30fd0d2f64e5cd31641268333a427f314f161b4 SHA1 eb825a276fd9d6bc6d3d9ee21a1a40cf18b993f5 SHA256 4af922c3d678a1948c2ba93a7f7614722a292f80f791d358d8774bf553077032 diff --git a/games-util/joydevmap/joydevmap-1.0.ebuild b/games-util/joydevmap/joydevmap-1.0.ebuild new file mode 100644 index 0000000..f6cb21c --- /dev/null +++ b/games-util/joydevmap/joydevmap-1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +inherit cmake-utils + +DESCRIPTION="A simple tool to set axis and button maps of joysticks" +HOMEPAGE="http://www.cosy.sbg.ac.at/~shuber/funcode/joydevmap.html" +SRC_URI="http://www.cosy.sbg.ac.at/~shuber/funcode/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +RESTRICT="mirror" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + -- 2.30.2