]> git.pld-linux.org Git - packages/qjoypad.git/commitdiff
- new spec auto/th/qjoypad-4_1_0-1
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 27 Dec 2010 11:04:37 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qjoypad.spec -> 1.1

qjoypad.spec [new file with mode: 0644]

diff --git a/qjoypad.spec b/qjoypad.spec
new file mode 100644 (file)
index 0000000..0592589
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       Gamepad/joystick events to keypress converter
+Name:          qjoypad
+Version:       4.1.0
+Release:       1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://downloads.sourceforge.net/qjoypad/%{name}-%{version}.tar.gz
+# Source0-md5: d4a262c29bd3955c0fe51e9a0d31f619
+URL:           http://qjoypad.sourceforge.net/
+BuildRequires: QtCore-devel
+BuildRequires: QtGui-devel
+BuildRequires: qt4-build >= 4.3.3-3
+BuildRequires: qt4-qmake >= 4.3.3-3
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+QJoyPad takes input from a gamepad or joystick and translates it into
+key strokes or mouse actions, letting you control any XWindows program
+with your game controller. This lets you play all those games that for
+some reason don't have joystick support with your joystick. QJoyPad
+also gives you the advantage of multiple saved layouts so you can have
+a separate setting for every game, or for every class of game! That
+way you can play your games the way you want, not the way the
+programmers decided, and you can have the same button be "fire" in
+every one of your space fighters. QJoyPad gives you the freedom and
+flexibility to really take advantage of gaming devices in Linux, and
+makes the Linux gaming experience just a little bit nicer.
+
+%prep
+%setup -q
+
+%build
+cd src
+./config \
+       --prefix="%{_prefix}" \
+       --install-dir="$RPM_BUILD_ROOT"
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+cd src
+%{__make} install
+rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}4
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/%{name}
This page took 0.151085 seconds and 4 git commands to generate.