void-packages/srcpkgs/xboxdrv/template

18 lines
623 B
Bash
Raw Normal View History

2015-03-20 12:38:44 +01:00
# Template file for 'xboxdrv'
pkgname=xboxdrv
2015-10-29 10:44:28 +01:00
version=0.8.7
2015-10-26 10:22:06 +01:00
revision=1
2015-09-05 10:27:50 +02:00
build_style=scons
hostmakedepends="scons unzip pkg-config glib-devel dbus-glib-devel"
2015-03-20 12:38:44 +01:00
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"
2015-10-29 10:44:28 +01:00
checksum=c5ce45a06163be70cf436c083d3935eb496060d243c37c6726e5d2690a75e570
2015-09-05 10:27:50 +02:00
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
}