Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Name:           xboxdrv
  2. Summary:        xboxdrv is a Xbox/Xbox360 gamepad driver for Linux.
  3.  
  4. Version:        0.8.8
  5. Release:        %mkrel 1
  6. Source0: https://github.com/xboxdrv/xboxdrv/archive/v%{version}/%{name}-%{version}.tar.gz
  7.  
  8. URL:            https://github.com/xboxdrv/xboxdrv
  9.  
  10. Group:          System/Kernel and hardware
  11.  
  12. License:        GPLv3
  13.  
  14. BuildRequires:  pkgconfig(libusb-1.0)
  15. BuildRequires:  pkgconfig
  16. BuildRequires:  libudev-devel
  17. BuildRequires:  boost-devel
  18. BuildRequires:  scons
  19. BuildRequires:  x11-driver-input-evdev-devel
  20. BuildRequires:  libX11-devel
  21. BuildRequires:  libdbus-devel
  22. BuildRequires:  pkgconfig(glib)
  23.  
  24. Requires:       scons
  25.  
  26. %description
  27. Xboxdrv is Xbox/Xbox360 gamepad driver for Linux that works in userspace. It is
  28. an alternative to the xpad kernel driver and has support for Xbox1 gamepads,
  29. Xbox360 USB gamepads and Xbox360 wireless gamepads. The Xbox360 guitar and some
  30. Xbox1 dancemats minght work too. TheXbox360 racing wheel is not supported, but
  31. shouldn't be to hard to add if somebody is interested.
  32.  
  33. Some basic support for the Xbox360 Chatpad on USB controller is provided, Chatpad on wireless ones is not supported. The headset is not supported, but you can dump raw data from it.
  34.  
  35. This driver is only of interest if the xpad kernel driver doesn't work for you or if you want more configurability. If the xpad kernel driver works for you there is no need to try this driver.
  36.  
  37. %setup -q
  38.  
  39. %build
  40. %configure2_5x
  41. %make_build
  42.  
  43. %install
  44. %makeinstall
  45.  
  46.  
  47. %files
  48. %doc README NEWS COPYING AUTHORS
  49. %{_mandir}/man1/xboxdrv.1
  50. %{_mandir}/man1/xboxrdv-daemon.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement