core: Added tzdata

This commit is contained in:
Dylan Araps 2019-06-24 19:07:21 +03:00
parent c9403479ca
commit f876aaf2be
6 changed files with 2516 additions and 0 deletions

15
core/tzdata/build Executable file
View File

@ -0,0 +1,15 @@
#!/bin/sh -e
pkg_dir=$1
make
make DESTDIR="$pkg_dir" install
set -- africa antarctica asia australasia \
europe northamerica southamerica pacificnew \
etcetera backward systemv factory
./zic -d "${pkg_dir}/usr/share/zoneinfo" "$@"
./zic -d "${pkg_dir}/usr/share/zoneinfo/posix" "$@"
./zic -d "${pkg_dir}/usr/share/zoneinfo/right" -L leapseconds "$@"
./zic -d "${pkg_dir}/usr/share/zoneinfo" -p America/New_York

1
core/tzdata/checksums Normal file
View File

@ -0,0 +1 @@
b8d449925e7883cbeb656fd660737cc5dcc7689f961b0b44c65d6644baf1a21a 2019a.tar.gz

1
core/tzdata/licenses Normal file
View File

@ -0,0 +1 @@
Public Domain

2497
core/tzdata/manifest Normal file

File diff suppressed because it is too large Load Diff

1
core/tzdata/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/eggert/tz/archive/2019a.tar.gz

1
core/tzdata/version Normal file
View File

@ -0,0 +1 @@
2019a