diff --git a/packages/3rdparty/lib/libhdhomerun/meta b/packages/3rdparty/lib/libhdhomerun/meta index b067ab0289..f13f384d30 100644 --- a/packages/3rdparty/lib/libhdhomerun/meta +++ b/packages/3rdparty/lib/libhdhomerun/meta @@ -25,6 +25,7 @@ PKG_ARCH="any" PKG_LICENSE="LGPL" PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/" PKG_URL="http://download.silicondust.com/hdhomerun/${PKG_NAME}_${PKG_VERSION}.tgz" +PKG_SOURCE_DIR="$PKG_NAME" PKG_DEPENDS="" PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="optional" diff --git a/packages/3rdparty/lib/libhdhomerun/rename b/packages/3rdparty/lib/libhdhomerun/rename deleted file mode 100755 index de995de2e0..0000000000 --- a/packages/3rdparty/lib/libhdhomerun/rename +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -cd $BUILD -mv ${PKG_NAME} ${PKG_NAME}_${PKG_VERSION} diff --git a/packages/linux-drivers/dvbhdhomerun/build b/packages/linux-drivers/dvbhdhomerun/build index 4f6b0b867d..a49fc1a27a 100755 --- a/packages/linux-drivers/dvbhdhomerun/build +++ b/packages/linux-drivers/dvbhdhomerun/build @@ -23,7 +23,7 @@ . config/options $1 # absolute path - LIBHDHOMERUN_PATH=$(ls -d $ROOT/$BUILD/libhdhomerun_*/) + LIBHDHOMERUN_PATH=$(ls -d $ROOT/$BUILD/libhdhomerun-*/) cd $PKG_BUILD/userhdhomerun diff --git a/packages/linux-drivers/dvbhdhomerun/install b/packages/linux-drivers/dvbhdhomerun/install index c80fe7b7ee..e46dbf4deb 100755 --- a/packages/linux-drivers/dvbhdhomerun/install +++ b/packages/linux-drivers/dvbhdhomerun/install @@ -29,7 +29,7 @@ mkdir -p $INSTALL/lib/modules/$KERNEL_VER/hdhomerun mkdir -p $INSTALL/usr/sbin cp -Pa $BUILD/dvbhdhomerun-*/userhdhomerun/build/userhdhomerun $INSTALL/usr/sbin - cp -Pa $BUILD/libhdhomerun_*/hdhomerun_config $INSTALL/usr/sbin + cp -Pa $BUILD/libhdhomerun-*/hdhomerun_config $INSTALL/usr/sbin mkdir -p $INSTALL/lib/ - cp -Pa $BUILD/libhdhomerun_*/libhdhomerun.so $INSTALL/lib/ + cp -Pa $BUILD/libhdhomerun-*/libhdhomerun.so $INSTALL/lib/ diff --git a/packages/linux-drivers/dvbhdhomerun/meta b/packages/linux-drivers/dvbhdhomerun/meta index f2f8800b87..b9ec4c9814 100644 --- a/packages/linux-drivers/dvbhdhomerun/meta +++ b/packages/linux-drivers/dvbhdhomerun/meta @@ -25,7 +25,8 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://sourceforge.net/projects/dvbhdhomerun/" PKG_URL="${DISTRO_SRC}/${PKG_NAME}-${PKG_VERSION}.tar.xz" -# PKG_URL="$SOURCEFORGE_SRC/project/dvbhdhomerun/${PKG_NAME}_${PKG_VERSION}.tar.gz" +#PKG_URL="$SOURCEFORGE_SRC/project/dvbhdhomerun/${PKG_NAME}_${PKG_VERSION}.tar.gz" +#PKG_SOURCE_DIR="${PKG_NAME}_${PKG_VERSION}" PKG_DEPENDS="" PKG_BUILD_DEPENDS="toolchain linux libhdhomerun" PKG_PRIORITY="optional"