mirror of
https://github.com/novatiq/packages.git
synced 2026-07-02 10:09:31 +01:00
dc4705478a
This reverts commit 1f5f599d0e
that bumped the zoneinfo version from 2020a to 2020b.
Apparently some libc are incompatible with the data format in 2020b.
At least our default libc, musl, fails to parse timezones from the
compiled 2020b zoneinfo files.
Release notes mention that deprecated "posixrules" feature is now
omitted from the default build. Possibly musl uses it?
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
261 lines
7.0 KiB
Makefile
261 lines
7.0 KiB
Makefile
#
|
|
# Copyright (C) 2007-2019 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
# Author: Michael Geddes
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=zoneinfo
|
|
PKG_VERSION:=2020a
|
|
PKG_RELEASE:=1
|
|
|
|
#As i couldn't find real license used "Public Domain"
|
|
#as referense to http://www.iana.org/time-zones/repository/tz-link.html
|
|
PKG_LICENSE:=Public Domain
|
|
|
|
PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
|
|
PKG_SOURCE_CODE:=tzcode$(PKG_VERSION).tar.gz
|
|
PKG_SOURCE_URL:=http://www.iana.org/time-zones/repository/releases
|
|
PKG_HASH:=547161eca24d344e0b5f96aff6a76b454da295dc14ed4ca50c2355043fb899a2
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
define Download/tzcode
|
|
FILE=$(PKG_SOURCE_CODE)
|
|
URL=$(PKG_SOURCE_URL)
|
|
HASH:=7d2af7120ee03df71fbca24031ccaf42404752e639196fe93c79a41b38a6d669
|
|
endef
|
|
|
|
$(eval $(call Download,tzcode))
|
|
|
|
define Package/zoneinfo/Default
|
|
SUBMENU:=Zoneinfo
|
|
TITLE:=Zone Information
|
|
SECTION:=utils
|
|
CATEGORY:=Utilities
|
|
MAINTAINER:=Vladimir Ulrich <admin@evl.su>
|
|
endef
|
|
|
|
define Package/zoneinfo-core
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (core)
|
|
endef
|
|
|
|
define Package/zoneinfo-simple
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (simple)
|
|
endef
|
|
|
|
define Package/zoneinfo-africa
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (Africa)
|
|
endef
|
|
|
|
define Package/zoneinfo-northamerica
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (NorthAmerica)
|
|
endef
|
|
|
|
define Package/zoneinfo-southamerica
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (SouthAmerica)
|
|
endef
|
|
|
|
define Package/zoneinfo-poles
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (Arctic, Antarctic)
|
|
endef
|
|
|
|
define Package/zoneinfo-asia
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (Asia)
|
|
endef
|
|
|
|
define Package/zoneinfo-atlantic
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (Atlantic)
|
|
endef
|
|
|
|
define Package/zoneinfo-australia-nz
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (Australia-NZ)
|
|
endef
|
|
|
|
define Package/zoneinfo-pacific
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (Pacific)
|
|
endef
|
|
|
|
define Package/zoneinfo-europe
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (Europe)
|
|
endef
|
|
|
|
define Package/zoneinfo-india
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (India)
|
|
endef
|
|
|
|
define Package/zoneinfo-all
|
|
$(call Package/zoneinfo/Default)
|
|
TITLE:=Zone Information (all zones)
|
|
DEPENDS:= \
|
|
+zoneinfo-simple \
|
|
+zoneinfo-core \
|
|
+zoneinfo-africa \
|
|
+zoneinfo-northamerica \
|
|
+zoneinfo-southamerica \
|
|
+zoneinfo-poles \
|
|
+zoneinfo-asia \
|
|
+zoneinfo-atlantic \
|
|
+zoneinfo-australia-nz \
|
|
+zoneinfo-pacific \
|
|
+zoneinfo-europe \
|
|
+zoneinfo-india
|
|
endef
|
|
|
|
define Build/Prepare
|
|
(cd $(PKG_BUILD_DIR) && tar -xzf $(DL_DIR)/$(PKG_SOURCE_CODE) && tar -xzf $(DL_DIR)/$(PKG_SOURCE))
|
|
endef
|
|
|
|
define Build/Compile
|
|
CFLAGS="$(HOST_CFLAGS)" \
|
|
$(MAKE) -C $(PKG_BUILD_DIR) -f Makefile \
|
|
$(HOST_CONFIGURE_OPTS) \
|
|
CC="$(HOSTCC)" \
|
|
LD="\$$$$(CC)" \
|
|
CPPFLAGS="$(HOST_CPPFLAGS) -DHAVE_SNPRINTF=1" \
|
|
LDFLAGS="$(HOST_LDFLAGS)" \
|
|
TOPDIR="$(PKG_INSTALL_DIR)" \
|
|
TZDIR="$(PKG_INSTALL_DIR)/zoneinfo" \
|
|
install
|
|
endef
|
|
|
|
define Package/zoneinfo-core/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in \
|
|
CET CST6CDT EET EST EST5EDT GB-Eire Eire \
|
|
GB GMT GMT+0 GMT-0 GMT0 Greenwich \
|
|
HST MET MST MST7MDT \
|
|
PRC PST8PDT ROC ROK UCT UTC \
|
|
Universal W-SU WET Zulu Etc/* zone.tab ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
define Package/zoneinfo-simple/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in Pacific/Honolulu \
|
|
America/Anchorage America/Los_Angeles America/Denver \
|
|
America/Chicago America/New_York America/Caracas \
|
|
America/Sao_Paulo Europe/London Europe/Paris \
|
|
Africa/Cairo Europe/Moscow Asia/Dubai \
|
|
Asia/Karachi Asia/Dhaka Asia/Bangkok \
|
|
Asia/Hong_Kong Asia/Tokyo Australia/Darwin \
|
|
Australia/Adelaide Australia/Brisbane Australia/Sydney \
|
|
Australia/Perth Pacific/Noumea ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
define Package/zoneinfo-africa/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo/Africa
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/Africa/* \
|
|
$(1)/usr/share/zoneinfo/Africa
|
|
endef
|
|
|
|
define Package/zoneinfo-northamerica/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in US America Canada Mexico Cuba Jamaica Navajo ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
rm -rf $(1)/usr/share/zoneinfo/America/Argentina
|
|
endef
|
|
|
|
define Package/zoneinfo-southamerica/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in Brazil Chile ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo/America/Argentina
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/America/Argentina/* \
|
|
$(1)/usr/share/zoneinfo/America/Argentina
|
|
endef
|
|
|
|
define Package/zoneinfo-poles/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in Antarctica Arctic ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
define Package/zoneinfo-asia/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in Asia Japan Singapore Hongkong ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
define Package/zoneinfo-atlantic/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in Atlantic Iceland ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
define Package/zoneinfo-australia-nz/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in NZ NZ-CHAT Australia ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
define Package/zoneinfo-pacific/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in Pacific Kwajalein ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
define Package/zoneinfo-europe/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in Europe Portugal Poland ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
define Package/zoneinfo-india/install
|
|
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
|
|
for i in Indian ; do \
|
|
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
|
|
$(1)/usr/share/zoneinfo ; \
|
|
done
|
|
endef
|
|
|
|
$(eval $(call BuildPackage,zoneinfo-simple))
|
|
$(eval $(call BuildPackage,zoneinfo-core))
|
|
$(eval $(call BuildPackage,zoneinfo-africa))
|
|
$(eval $(call BuildPackage,zoneinfo-northamerica))
|
|
$(eval $(call BuildPackage,zoneinfo-southamerica))
|
|
$(eval $(call BuildPackage,zoneinfo-poles))
|
|
$(eval $(call BuildPackage,zoneinfo-asia))
|
|
$(eval $(call BuildPackage,zoneinfo-atlantic))
|
|
$(eval $(call BuildPackage,zoneinfo-australia-nz))
|
|
$(eval $(call BuildPackage,zoneinfo-pacific))
|
|
$(eval $(call BuildPackage,zoneinfo-europe))
|
|
$(eval $(call BuildPackage,zoneinfo-india))
|
|
$(eval $(call BuildPackage,zoneinfo-all))
|