xboxdrv: switch to build_style=scons.
This commit is contained in:
parent
05bf0ace33
commit
65bad56292
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'xboxdrv'
|
# Template file for 'xboxdrv'
|
||||||
pkgname=xboxdrv
|
pkgname=xboxdrv
|
||||||
version=0.8.5
|
version=0.8.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=scons
|
||||||
hostmakedepends="scons unzip pkg-config glib-devel dbus-glib-devel"
|
hostmakedepends="scons unzip pkg-config glib-devel dbus-glib-devel"
|
||||||
makedepends="boost-devel libX11-devel libudev-devel libusb-devel dbus-glib-devel glib-devel"
|
makedepends="boost-devel libX11-devel libudev-devel libusb-devel dbus-glib-devel glib-devel"
|
||||||
short_desc="Xbox Gamepad Userspace Driver"
|
short_desc="Xbox Gamepad Userspace Driver"
|
||||||
|
@ -10,8 +10,8 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://pingus.seul.org/~grumbel/xboxdrv/"
|
homepage="http://pingus.seul.org/~grumbel/xboxdrv/"
|
||||||
distfiles="https://github.com/Grumbel/${pkgname}/archive/v${version}.zip"
|
distfiles="https://github.com/Grumbel/${pkgname}/archive/v${version}.zip"
|
||||||
checksum=96247450cda3184b1cfb09e2ac8758d81c6a78271b614e645399eb2a07fd3d38
|
checksum=0e4c4bba089db2255f43fd1646266db99b63f9aed4d773c84bf6e39ee5a774f9
|
||||||
|
|
||||||
do_build() {
|
do_install() {
|
||||||
scons ${makejobs} CC=$CC CXX=$CXX CCFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LINKFLAGS="$LDFLAGS"
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue