-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta
21 lines (20 loc) · 824 Bytes
/
meta
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# http://pingus.seul.org/~grumbel/xboxdrv/xboxdrv-linux-0.8.5.tar.bz2
PKG_NAME="xboxdrv-linux"
PKG_VERSION="0.8.5"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://pingus.seul.org/~grumbel/xboxdrv/"
PKG_URL="http://pingus.seul.org/~grumbel/xboxdrv/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
#PKG_DEPENDS="scons boost"
#PKG_BUILD_DEPENDS="scons dbus libusb glib dbus-glib"
PKG_DEPENDS="toolchain scons libusb dbus-glib libudev usbutils"
PKG_BUILD_DEPENDS="toolchain scons libusb dbus-glib libudev usbutils"
#PKG_BUILD_DEPENDS="scons boost"
PKG_PRIORITY="optional"
PKG_SECTION="service/system"
PKG_SHORTDESC="xboxdrv: a driver to add support for Xbox controllers"
PKG_LONGDESC="xboxdrv is a driver to add support for Xbox controllers to the system."
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.service"
PKG_AUTORECONF="no"