X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=games-util%2Fjoydevmap%2Fjoydevmap-1.0.1.ebuild;fp=games-util%2Fjoydevmap%2Fjoydevmap-1.0.1.ebuild;h=b1e42bef78bd8a4b5d1167af14cf753119f3319f;hp=0000000000000000000000000000000000000000;hb=06d8c8726dcd70ea8557fa75036638da558d415d;hpb=921726b0d4636424c743355944b6b4ee2c701aef diff --git a/games-util/joydevmap/joydevmap-1.0.1.ebuild b/games-util/joydevmap/joydevmap-1.0.1.ebuild new file mode 100644 index 0000000..b1e42be --- /dev/null +++ b/games-util/joydevmap/joydevmap-1.0.1.ebuild @@ -0,0 +1,23 @@ +# 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.sthu.org/code/joydevmap.html" +SRC_URI="http://git.sthu.org/?p=joydevmap.git;a=snapshot;h=v1.0.1;sf=tgz + -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +RESTRICT="mirror" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +S="${WORKDIR}/${PN}-v1.0.1-0fa6015" +