summaryrefslogtreecommitdiff
path: root/strata/foundation/tzdata.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/tzdata.morph')
-rw-r--r--strata/foundation/tzdata.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/strata/foundation/tzdata.morph b/strata/foundation/tzdata.morph
new file mode 100644
index 00000000..6e275b28
--- /dev/null
+++ b/strata/foundation/tzdata.morph
@@ -0,0 +1,12 @@
+name: tzdata
+kind: chunk
+configure-commands:
+- mkdir -pv "$DESTDIR"/usr/share/zoneinfo/{posix,right}
+build-commands:
+- make
+install-commands:
+- zic -y ./yearistype -d "$DESTDIR"/usr/share/zoneinfo
+- zic -y ./yearistype -d "$DESTDIR"/usr/share/zoneinfo/posix
+- zic -y ./yearistype -d "$DESTDIR"/usr/share/zoneinfo/right -L leapseconds
+- zic -y ./yearistype -d "$DESTDIR"/usr/share/zoneinfo -p America/New_York
+- cp -v zone.tab zone1970.tab iso3166.tab "$DESTDIR"/usr/share/zoneinfo