mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 05:46:19 +00:00
55116492f5
Co-authored-by: spleen1981 <43221199+spleen1981@users.noreply.github.com>
19 lines
639 B
Makefile
19 lines
639 B
Makefile
PKG_NAME="xbox360_controllers_shutdown"
|
|
PKG_VERSION="c0d560967c0a685f2863b7185fcc54d730390d08"
|
|
PKG_SHA256="a0c736ca448895260f90455decb99ef6c8ddb6bb65a2efbbaa4333e237868e69"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/spleen1981/xbox360-controllers-shutdown"
|
|
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain glibc libusb"
|
|
PKG_LONGDESC="Small utility to turn off Xbox360 controllers in Linux "
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/bin/
|
|
cp -v xbox360-controllers-shutdown ${INSTALL}/usr/bin/
|
|
}
|
|
|
|
post_install() {
|
|
enable_service xbox360-controllers-shutdown.service
|
|
}
|