2013-06-21 00:17:14 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# explorercanvas
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2011-12-19 00:07:46 +01:00
|
|
|
EXPLORERCANVAS_VERSION = r3
|
|
|
|
EXPLORERCANVAS_SITE = http://explorercanvas.googlecode.com/files/
|
|
|
|
EXPLORERCANVAS_SOURCE = excanvas_$(EXPLORERCANVAS_VERSION).zip
|
|
|
|
|
|
|
|
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
|
|
|
|
endef
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(generic-package))
|