Merge pull request #3875 from gdachs/wirbelscan

new version of restfulapi plugin, source archive now hosted on github
This commit is contained in:
Stefan Saraev 2015-02-06 20:19:56 +02:00
commit cd8482416d

View File

@ -17,13 +17,12 @@
################################################################################ ################################################################################
PKG_NAME="vdr-plugin-restfulapi" PKG_NAME="vdr-plugin-restfulapi"
PKG_VERSION="20150117203925unstable" PKG_VERSION="0.1.3"
PKG_REV="0yavdr0~trusty" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://launchpad.net/~yavdr" PKG_SITE="https://github.com/yavdr/vdr-plugin-restfulapi"
PKG_URL="https://launchpad.net/~yavdr/+archive/ubuntu/unstable-vdr/+files/${PKG_NAME}_${PKG_VERSION}-${PKG_REV}.tar.gz" PKG_URL="https://github.com/yavdr/${PKG_NAME}/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_SOURCE_DIR="${PKG_NAME}_${PKG_VERSION}"
PKG_DEPENDS_TARGET="toolchain vdr cxxtools vdr-wirbelscan" PKG_DEPENDS_TARGET="toolchain vdr cxxtools vdr-wirbelscan"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="multimedia" PKG_SECTION="multimedia"