mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-21 22:07:39 -07:00
core: Added tzdata
This commit is contained in:
parent
c9403479ca
commit
f876aaf2be
15
core/tzdata/build
Executable file
15
core/tzdata/build
Executable 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
1
core/tzdata/checksums
Normal file
@ -0,0 +1 @@
|
||||
b8d449925e7883cbeb656fd660737cc5dcc7689f961b0b44c65d6644baf1a21a 2019a.tar.gz
|
1
core/tzdata/licenses
Normal file
1
core/tzdata/licenses
Normal file
@ -0,0 +1 @@
|
||||
Public Domain
|
2497
core/tzdata/manifest
Normal file
2497
core/tzdata/manifest
Normal file
File diff suppressed because it is too large
Load Diff
1
core/tzdata/sources
Normal file
1
core/tzdata/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/eggert/tz/archive/2019a.tar.gz
|
1
core/tzdata/version
Normal file
1
core/tzdata/version
Normal file
@ -0,0 +1 @@
|
||||
2019a
|
Loading…
Reference in New Issue
Block a user