]> git.pld-linux.org Git - packages/qjoypad.git/blame - qjoypad.spec
- new spec
[packages/qjoypad.git] / qjoypad.spec
CommitLineData
da109b42
JK
1Summary: Gamepad/joystick events to keypress converter
2Name: qjoypad
3Version: 4.1.0
4Release: 1
5License: GPL v2
6Group: X11/Applications
7Source0: http://downloads.sourceforge.net/qjoypad/%{name}-%{version}.tar.gz
8# Source0-md5: d4a262c29bd3955c0fe51e9a0d31f619
9URL: http://qjoypad.sourceforge.net/
10BuildRequires: QtCore-devel
11BuildRequires: QtGui-devel
12BuildRequires: qt4-build >= 4.3.3-3
13BuildRequires: qt4-qmake >= 4.3.3-3
14BuildRequires: rpmbuild(macros) >= 1.129
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18QJoyPad takes input from a gamepad or joystick and translates it into
19key strokes or mouse actions, letting you control any XWindows program
20with your game controller. This lets you play all those games that for
21some reason don't have joystick support with your joystick. QJoyPad
22also gives you the advantage of multiple saved layouts so you can have
23a separate setting for every game, or for every class of game! That
24way you can play your games the way you want, not the way the
25programmers decided, and you can have the same button be "fire" in
26every one of your space fighters. QJoyPad gives you the freedom and
27flexibility to really take advantage of gaming devices in Linux, and
28makes the Linux gaming experience just a little bit nicer.
29
30%prep
31%setup -q
32
33%build
34cd src
35./config \
36 --prefix="%{_prefix}" \
37 --install-dir="$RPM_BUILD_ROOT"
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43cd src
44%{__make} install
45rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}4
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc README.txt
53%attr(755,root,root) %{_bindir}/*
54%{_pixmapsdir}/%{name}
This page took 0.109291 seconds and 4 git commands to generate.