mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 08:26:18 +00:00
21 lines
503 B
Makefile
21 lines
503 B
Makefile
PKG_NAME="sixpair"
|
|
PKG_VERSION="23e6e08"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.pabr.org/sixlinux/"
|
|
PKG_URL="https://github.com/lakkatv/sixpair/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libusb libusb-compat"
|
|
PKG_LONGDESC="Associate PS3 Sixaxis controller to system bluetoothd via USB"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
PKG_IS_ADDON="no"
|
|
PKG_AUTORECONF="no"
|
|
|
|
make_target() {
|
|
make sixpair LDLIBS=-lusb
|
|
}
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/bin
|
|
cp sixpair ${INSTALL}/usr/bin
|
|
}
|