void-packages/srcpkgs/xboxdrv/template

18 lines
623 B
Bash

# Template file for 'xboxdrv'
pkgname=xboxdrv
version=0.8.7
revision=1
build_style=scons
hostmakedepends="scons unzip pkg-config glib-devel dbus-glib-devel"
makedepends="boost-devel libX11-devel libudev-devel libusb-devel dbus-glib-devel glib-devel"
short_desc="Xbox Gamepad Userspace Driver"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://pingus.seul.org/~grumbel/xboxdrv/"
distfiles="https://github.com/Grumbel/${pkgname}/archive/v${version}.zip"
checksum=c5ce45a06163be70cf436c083d3935eb496060d243c37c6726e5d2690a75e570
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
}