Commit cb582b46 authored by Maxime Hadjinlian's avatar Maxime Hadjinlian Committed by Thomas Petazzoni
Browse files

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: default avatarMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent ea7c7175
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
# From http://code.google.com/p/explorercanvas/downloads/detail?name=excanvas_r3.zip&can=2&q=
sha1	f1b9f7a44428eb0c7b27fe8ac0242d34ec94a385	excanvas_r3.zip
+3 −9
Original line number Diff line number Diff line
@@ -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))