tzdata: Move to extra

This commit is contained in:
Dylan Araps 2019-07-18 01:23:05 +03:00
parent 1727815afa
commit 6011256bbd
4 changed files with 18 additions and 0 deletions

15
extra/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
extra/tzdata/checksums Normal file
View File

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

1
extra/tzdata/sources Normal file
View File

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

1
extra/tzdata/version Normal file
View File

@ -0,0 +1 @@
2019a 1