vdr-dvbapi-plugin: rename to vdr-plugin-dvbapi, update to vdr-plugin-dvbapi-68e043a

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-30 17:48:30 +01:00
parent 25872552c3
commit 0370bb486c
5 changed files with 5 additions and 6 deletions

View File

@ -24,4 +24,3 @@
mkdir -p $INSTALL/usr/lib/vdr
cp $PKG_BUILD/libvdr-dvbapi.so* $INSTALL/usr/lib/vdr
cp $PKG_BUILD/dvbapi_ca.so $INSTALL/usr/lib/vdr

View File

@ -18,12 +18,12 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
PKG_NAME="vdr-dvbapi-plugin"
PKG_VERSION="6e8cad7"
PKG_NAME="vdr-plugin-dvbapi"
PKG_VERSION="68e043a"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/Louro/vdr-dvbapi-plugin"
PKG_SITE="https://github.com/manio/vdr-plugin-dvbapi"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="vdr openssl"
PKG_BUILD_DEPENDS="toolchain vdr openssl"

View File

@ -19,8 +19,8 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
PKG_NAME="vdr-dvbapi-plugin"
PKG_REPO="git://github.com/Louro/vdr-dvbapi-plugin.git"
PKG_NAME="vdr-plugin-dvbapi"
PKG_REPO="git://github.com/manio/vdr-plugin-dvbapi.git"
echo "getting sources..."
if [ ! -d $PKG_NAME.git ]; then