Commit 10a2b798 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Thomas Petazzoni
Browse files
parent 8fe6ee16
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -7,14 +7,9 @@
ZIC_VERSION = 2015e
ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
ZIC_SITE = ftp://ftp.iana.org/tz/releases
ZIC_STRIP_COMPONENTS = 0
ZIC_LICENSE = Public domain

# Don't strip any path components during extraction.
define HOST_ZIC_EXTRACT_CMDS
	gzip -d -c $(DL_DIR)/$(ZIC_SOURCE) \
		| $(TAR) --strip-components=0 -C $(@D) -xf -
endef

define HOST_ZIC_BUILD_CMDS
	$(HOST_MAKE_ENV) $(MAKE) -C $(@D) zic
endef