|
@@ -4,25 +4,21 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-BOOTSTRAP_VERSION = 3.3.7
|
|
|
|
|
|
+BOOTSTRAP_VERSION = 4.0.0
|
|
BOOTSTRAP_SITE = https://github.com/twbs/bootstrap/releases/download/v$(BOOTSTRAP_VERSION)
|
|
BOOTSTRAP_SITE = https://github.com/twbs/bootstrap/releases/download/v$(BOOTSTRAP_VERSION)
|
|
BOOTSTRAP_SOURCE = bootstrap-$(BOOTSTRAP_VERSION)-dist.zip
|
|
BOOTSTRAP_SOURCE = bootstrap-$(BOOTSTRAP_VERSION)-dist.zip
|
|
BOOTSTRAP_LICENSE = MIT
|
|
BOOTSTRAP_LICENSE = MIT
|
|
|
|
+BOOTSTRAP_LICENSE_FILES = bootstrap.css
|
|
|
|
|
|
define BOOTSTRAP_EXTRACT_CMDS
|
|
define BOOTSTRAP_EXTRACT_CMDS
|
|
$(UNZIP) $(DL_DIR)/$(BOOTSTRAP_SOURCE) -d $(@D)
|
|
$(UNZIP) $(DL_DIR)/$(BOOTSTRAP_SOURCE) -d $(@D)
|
|
- mv $(@D)/bootstrap-$(BOOTSTRAP_VERSION)-dist/* $(@D)/
|
|
|
|
- rmdir $(@D)/bootstrap-$(BOOTSTRAP_VERSION)-dist
|
|
|
|
endef
|
|
endef
|
|
|
|
|
|
define BOOTSTRAP_INSTALL_TARGET_CMDS
|
|
define BOOTSTRAP_INSTALL_TARGET_CMDS
|
|
- $(INSTALL) -m 0644 -D $(@D)/css/bootstrap-theme.min.css \
|
|
|
|
- $(TARGET_DIR)/var/www/bootstrap/css/bootstrap-theme.min.css
|
|
|
|
$(INSTALL) -m 0644 -D $(@D)/css/bootstrap.min.css \
|
|
$(INSTALL) -m 0644 -D $(@D)/css/bootstrap.min.css \
|
|
$(TARGET_DIR)/var/www/bootstrap/css/bootstrap.min.css
|
|
$(TARGET_DIR)/var/www/bootstrap/css/bootstrap.min.css
|
|
$(INSTALL) -m 0644 -D $(@D)/js/bootstrap.min.js \
|
|
$(INSTALL) -m 0644 -D $(@D)/js/bootstrap.min.js \
|
|
$(TARGET_DIR)/var/www/bootstrap/js/bootstrap.min.js
|
|
$(TARGET_DIR)/var/www/bootstrap/js/bootstrap.min.js
|
|
- cp -r $(@D)/fonts $(TARGET_DIR)/var/www/bootstrap/
|
|
|
|
endef
|
|
endef
|
|
|
|
|
|
$(eval $(generic-package))
|
|
$(eval $(generic-package))
|