forked from kiss-community/repo
tzdata: Move to extra
This commit is contained in:
parent
1727815afa
commit
6011256bbd
15
extra/tzdata/build
Executable file
15
extra/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
extra/tzdata/checksums
Normal file
1
extra/tzdata/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
b8d449925e7883cbeb656fd660737cc5dcc7689f961b0b44c65d6644baf1a21a 2019a.tar.gz
|
1
extra/tzdata/sources
Normal file
1
extra/tzdata/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://github.com/eggert/tz/archive/2019a.tar.gz
|
1
extra/tzdata/version
Normal file
1
extra/tzdata/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2019a 1
|
Loading…
Reference in New Issue
Block a user