Line
Link Here
|
0 |
-- antimicro-0.8.ebuild |
0 |
++ antimicro-1.0.ebuild |
Lines 1-25
Link Here
|
1 |
# Copyright 1999-2013 Gentoo Foundation |
1 |
# Copyright 1999-2013 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/games-util/antimicro/antimicro-0.8.ebuild,v 1.1 2013/06/24 20:32:51 hasufell Exp $ |
3 |
# $Header: $ |
4 |
|
4 |
|
5 |
EAPI=5 |
5 |
EAPI=5 |
6 |
inherit qt4-r2 |
6 |
inherit qt4-r2 |
7 |
|
7 |
|
8 |
DESCRIPTION="Map keyboard and mouse buttons to gamepad buttons" |
8 |
DESCRIPTION="Graphical program used to map keyboard and mouse buttons to gamepad buttons" |
9 |
HOMEPAGE="https://github.com/Ryochan7/antimicro" |
9 |
HOMEPAGE="https://github.com/Ryochan7/antimicro" |
10 |
SRC_URI="https://github.com/Ryochan7/antimicro/archive/${PV}.tar.gz -> ${P}.tar.gz" |
10 |
SRC_URI="https://github.com/Ryochan7/antimicro/archive/${PV}.tar.gz -> ${P}.tar.gz" |
11 |
|
11 |
|
12 |
LICENSE="GPL-3" |
12 |
LICENSE="GPL-3" |
13 |
SLOT="0" |
13 |
SLOT="0" |
14 |
KEYWORDS="~amd64 ~x86" |
14 |
KEYWORDS="~amd64 ~x86" |
|
|
15 |
IUSE="" |
15 |
|
16 |
|
16 |
RDEPEND=" |
17 |
DEPEND="x11-libs/libX11 |
17 |
dev-qt/qtcore:4 |
18 |
x11-libs/libXtst |
18 |
dev-qt/qtgui:4 |
19 |
>=dev-qt/qtcore-4.8:4 |
19 |
media-libs/libsdl:0[joystick] |
20 |
>=dev-qt/qtgui-4.8:4 |
20 |
x11-libs/libX11 |
21 |
=media-libs/libsdl-1.2*[joystick]" |
21 |
x11-libs/libXtst" |
22 |
RDEPEND="${DEPEND}" |
22 |
DEPEND="${RDEPEND}" |
|
|
23 |
|
23 |
|
24 |
S=${WORKDIR}/${P}/src |
24 |
S=${WORKDIR}/${P}/src |