Project import
diff --git a/tz-2011h/Makefile b/tz-2011h/Makefile new file mode 100644 index 0000000..d7d7416 --- /dev/null +++ b/tz-2011h/Makefile
@@ -0,0 +1,87 @@ +# +# Copyright (c) 2010-2011 Nest, Inc. +# All rights reserved. +# +# This document is the property of Nest. It is considered +# confidential and proprietary information. +# +# This document may not be reproduced or transmitted in any form, +# in whole or in part, without the express written permission of +# Nest. +# +# Description: +# This file is the make file tzcode and tzdata, executables and +# data required for the implementation of standard local time +# for many representative locations around the globe. +# + +BuildConfigSpecialized := No +BuildProductSpecialized := No + +include pre.mak + +SubMakefiles := tzcode.mak \ + tzdata.mak + +# Override the build directory so that the three make files that make +# up this collective package all build in the same directory. + +BuildDirectory := $(call GenerateConditionalBuildQualifiedDirectory,$(BuildBaseDirectory)) + +all: $(PackageDefaultGoal) + +# Prepare the sources. While there's nothing to do here, we need to +# recurse through the sub-make files. + +.PHONY: source +source: recursive + +# Patch the sources, if necessary (nothing to do, this is handled by +# the sub-make files). + +.PHONY: patch +patch: source + +# Configure the source for building (nothing to do, this is handled by +# the sub-make files). + +.PHONY: configure +configure: source + +# Build the source. +# +# We have to unset MAKEFLAGS since they confuse the package build otherwise. + +.PHONY: build +build: configure | $(ResultDirectory) + $(Verbose)unset MAKEFLAGS && \ + $(MAKE) -C $(BuildDirectory) \ + TOPDIR=$(ResultDirectory) \ + all + +# Stage the build to a temporary installation area. + +.PHONY: stage +stage: stage-default stage-header + +# We have to unset MAKEFLAGS since they confuse the package build otherwise. + +.PHONY: stage-default +stage-default: build | $(ResultDirectory) + $(Verbose)unset MAKEFLAGS && \ + $(MAKE) -C $(BuildDirectory) \ + TOPDIR=$(ResultDirectory) \ + install + +# Other packages depend on the header, tzfile.h. Manually and +# explicitly stage this in the results directory so they can find it. + +.PHONY: stage-header +stage-header: build | $(ResultDirectory) + $(Verbose)install -d $(call GenerateResultPaths,,usr/include) + $(Verbose)install $(BuildDirectory)/tzfile.h $(call GenerateResultPaths,,usr/include/tzfile.h) + +clean: + $(Verbose)$(RM) $(RMFLAGS) -r $(ResultDirectory) + +include post.mak
diff --git a/tz-2011h/tzcode.tar.gz b/tz-2011h/tzcode.tar.gz new file mode 100644 index 0000000..89a9f6c --- /dev/null +++ b/tz-2011h/tzcode.tar.gz Binary files differ
diff --git a/tz-2011h/tzcode.url b/tz-2011h/tzcode.url new file mode 100644 index 0000000..bbe3799 --- /dev/null +++ b/tz-2011h/tzcode.url
@@ -0,0 +1 @@ +ftp://elsie.nci.nih.gov/pub/tzcode2011g.tar.gz
diff --git a/tz-2011h/tzcode.version b/tz-2011h/tzcode.version new file mode 100644 index 0000000..2a4dffc --- /dev/null +++ b/tz-2011h/tzcode.version
@@ -0,0 +1 @@ +2011g
diff --git a/tz-2011h/tzdata.tar.gz b/tz-2011h/tzdata.tar.gz new file mode 100644 index 0000000..344c41a --- /dev/null +++ b/tz-2011h/tzdata.tar.gz Binary files differ
diff --git a/tz-2011h/tzdata.url b/tz-2011h/tzdata.url new file mode 100644 index 0000000..f2da5ed --- /dev/null +++ b/tz-2011h/tzdata.url
@@ -0,0 +1 @@ +ftp://elsie.nci.nih.gov/pub/tzdata2011h.tar.gz
diff --git a/tz-2011h/tzdata.version b/tz-2011h/tzdata.version new file mode 100644 index 0000000..4abe0cc --- /dev/null +++ b/tz-2011h/tzdata.version
@@ -0,0 +1 @@ +2011h