|
@ -1,5 +1,5 @@ |
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 2007-2014 OpenWrt.org
|
|
|
|
|
|
|
|
|
# Copyright (C) 2007-2015 OpenWrt.org
|
|
|
#
|
|
|
#
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# See /LICENSE for more information.
|
|
|
# See /LICENSE for more information.
|
|
@ -9,8 +9,8 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=zoneinfo |
|
|
PKG_NAME:=zoneinfo |
|
|
PKG_VERSION:=2015d |
|
|
|
|
|
PKG_VERSION_CODE:=2015d |
|
|
|
|
|
|
|
|
PKG_VERSION:=2015e |
|
|
|
|
|
PKG_VERSION_CODE:=2015e |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
#As i couldn't find real license used "Public Domain"
|
|
|
#As i couldn't find real license used "Public Domain"
|
|
@ -20,14 +20,14 @@ PKG_LICENSE:=Public Domain |
|
|
PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_CODE:=tzcode$(PKG_VERSION_CODE).tar.gz |
|
|
PKG_SOURCE_CODE:=tzcode$(PKG_VERSION_CODE).tar.gz |
|
|
PKG_SOURCE_URL:=http://www.iana.org/time-zones/repository/releases |
|
|
PKG_SOURCE_URL:=http://www.iana.org/time-zones/repository/releases |
|
|
PKG_MD5SUM:=b595bdc4474b8fc1a15cffc67c66025b |
|
|
|
|
|
|
|
|
PKG_MD5SUM:=36f9056efb432ca945c73397acfce0d4 |
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|
|
|
|
|
|
define Download/tzcode |
|
|
define Download/tzcode |
|
|
FILE=$(PKG_SOURCE_CODE) |
|
|
FILE=$(PKG_SOURCE_CODE) |
|
|
URL=$(PKG_SOURCE_URL) |
|
|
URL=$(PKG_SOURCE_URL) |
|
|
MD5SUM:=4008a3abc025a398697b2587c48258b9 |
|
|
|
|
|
|
|
|
MD5SUM:=fb62eb6daf3ddb8c41fd40be05ec657e |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
$(eval $(call Download,tzcode)) |
|
|
$(eval $(call Download,tzcode)) |
|
|