summaryrefslogtreecommitdiff
path: root/strata/foundation/tzdata.morph
blob: 6e275b288500055011adaa3379d3316afbb41020 (plain)
1
2
3
4
5
6
7
8
9
10
11
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