mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
wiiuse: rename patches, use proper $PKG_BUILD variable, add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e8f37608ec
commit
17783293c6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
cd $BUILD/${PKG_NAME}_v${PKG_VERSION}
|
cd $PKG_BUILD
|
||||||
|
|
||||||
make wiiuse
|
make wiiuse
|
||||||
|
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -PR $BUILD/${PKG_NAME}_v${PKG_VERSION}/src/release*/*.so $INSTALL/usr/lib
|
cp -PR $PKG_BUILD/src/release*/*.so $INSTALL/usr/lib
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
PKG_NAME="wiiuse"
|
PKG_NAME="wiiuse"
|
||||||
PKG_VERSION="0.12"
|
PKG_VERSION="v0.12"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="http://www.wiiuse.net/"
|
PKG_SITE="http://www.wiiuse.net/"
|
||||||
PKG_URL="http://downloads.sourceforge.net/project/wiiuse/wiiuse/v0.12/wiiuse_v0.12_src.tar.gz"
|
PKG_URL="http://downloads.sourceforge.net/project/wiiuse/wiiuse/$PKG_VERSION/${PKG_NAME}_${PKG_VERSION}_src.tar.gz"
|
||||||
PKG_DEPENDS="bluez"
|
PKG_DEPENDS="bluez"
|
||||||
PKG_BUILD_DEPENDS="toolchain bluez"
|
PKG_BUILD_DEPENDS="toolchain bluez"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
@ -12,3 +12,5 @@ PKG_SECTION="system"
|
|||||||
PKG_SHORTDESC="Wiiuse is a library written in C that connects with several Nintendo Wii remotes."
|
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_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_IS_ADDON="yes"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user