explorercanvas: Bump version and change site

Google Code is a closing forge, libass has already made the move to
Github.

This package has no release yet, so we are using a commit.
Since the tarball is generated by Github, a hash is useless here.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Maxime Hadjinlian 2015-07-26 22:38:30 +02:00 committed by Thomas Petazzoni
parent ea7c717554
commit cb582b4614
2 changed files with 3 additions and 11 deletions

View file

@ -1,2 +0,0 @@
# From http://code.google.com/p/explorercanvas/downloads/detail?name=excanvas_r3.zip&can=2&q=
sha1 f1b9f7a44428eb0c7b27fe8ac0242d34ec94a385 excanvas_r3.zip

View file

@ -4,19 +4,13 @@
#
################################################################################
EXPLORERCANVAS_VERSION = r3
EXPLORERCANVAS_SITE = http://explorercanvas.googlecode.com/files
EXPLORERCANVAS_SOURCE = excanvas_$(EXPLORERCANVAS_VERSION).zip
EXPLORERCANVAS_VERSION = aa989ea9d9bac748638f7c66b0fc88e619715da6
EXPLORERCANVAS_SITE = $(call github,arv,ExplorerCanvas,$(EXPLORERCANVAS_VERSION))
EXPLORERCANVAS_LICENSE = Apache-2.0
EXPLORERCANVAS_LICENSE_FILES = COPYING
define EXPLORERCANVAS_EXTRACT_CMDS
$(UNZIP) -d $(@D) $(DL_DIR)/$(EXPLORERCANVAS_SOURCE)
endef
define EXPLORERCANVAS_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/excanvas.compiled.js \
$(TARGET_DIR)/var/www/excanvas.js
$(INSTALL) -D $(@D)/excanvas.js $(TARGET_DIR)/var/www/excanvas.js
endef
$(eval $(generic-package))