xbmc-addon-vuplus: enable our standard autotools setup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-19 18:29:59 +01:00
parent ac63b3eb9f
commit ebeb9134bd
2 changed files with 2 additions and 6 deletions

View File

@ -24,10 +24,6 @@
cd $PKG_BUILD
# some fixes for autoreconf
touch NEWS AUTHORS ChangeLog
do_autoreconf
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr/share/xbmc \

View File

@ -20,7 +20,7 @@
PKG_NAME="xbmc-addon-vuplus"
PKG_VERSION="4164f0b"
PKG_REV="2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/jdembski/xbmc-addon-vuplus"
@ -32,4 +32,4 @@ PKG_SECTION="mediacenter"
PKG_SHORTDESC="vuplus addon for XBMC"
PKG_LONGDESC="This addon allows XBMC PVR to connect to the vu+ DVRs as a TV/PVR backend."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_AUTORECONF="yes"