mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
716 B
Plaintext
17 lines
716 B
Plaintext
PKG_NAME="wiiuse"
|
|
PKG_VERSION="v0.12"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPLv3"
|
|
PKG_SITE="http://www.wiiuse.net/"
|
|
PKG_URL="$SOURCEFORGE_SRC/wiiuse/wiiuse/$PKG_VERSION/${PKG_NAME}_${PKG_VERSION}_src.tar.gz"
|
|
PKG_DEPENDS="bluez"
|
|
PKG_BUILD_DEPENDS="toolchain bluez"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="system"
|
|
PKG_SHORTDESC="Wiiuse is a library written in C that connects with several Nintendo Wii remotes."
|
|
PKG_LONGDESC="Wiiuse is a library written in C that connects with several Nintendo Wii remotes. Supports motion sensing, IR tracking, nunchuk, classic controller, and the Guitar Hero 3 controller. Single threaded and nonblocking makes a light weight and clean API."
|
|
PKG_IS_ADDON="yes"
|
|
|
|
PKG_AUTORECONF="no"
|