[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tzdata/tzdata.desc [COPY] Copyright (C) 2013 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The zoneinfo database [T] The zoneinfo database, also called the tz database, is a collaborative [T] compilation of information about the world's time zones, primarily [T] intended for use with computer programs and operating systems. [U] https://www.iana.org/time-zones [A] Arthur David Olson [M] René Rebe [F] CROSS [C] base/system [L] PublicDomain [V] 2026c [P] X -----5---9 200.000 [CV-URL] http://www.iana.org/time-zones [D] c44b60ec47ebe8e9a26161fc70bf325724e03c944b47fff7c367e09b tzcode2026c.tar.gz http://www.iana.org/time-zones/repository/releases/ [D] 49fa123d156176293e8b8c9a8b72cee99e2cb09e03bb9ab07ab5370b tzdata2026c.tar.gz http://www.iana.org/time-zones/repository/releases/ runmake=0 runconf=0 tzcode_extract() { local taropt_orig="$taropt" mkdir -p "${xsrctar%%.*}" taropt="-C ${xsrctar%%.*} $taropt_orig" autoextract_tar "$@" taropt="$taropt_orig" } custextract='tzcode_extract' tzdata_extract() { tar -v $taropt $(match_source_file -p tzdata) } hook_add prepatch 5 tzdata_extract tzdata_install() { TIMEZONES="africa antarctica asia australasia europe northamerica southamerica etcetera backward" mkdir -p $root/usr/share/zoneinfo/{,posix,right} zic -y ./yearistype -d $root/usr/share/zoneinfo -L /dev/null $TIMEZONES zic -y ./yearistype -d $root/usr/share/zoneinfo/posix -L /dev/null $TIMEZONES zic -y ./yearistype -d $root/usr/share/zoneinfo/right -L leapseconds $TIMEZONES zic -y ./yearistype -d $root/usr/share/zoneinfo -L/dev/null -p America/New_York install -p -m 644 *.tab $root/usr/share/zoneinfo/ install -m644 leap-seconds.list $root/usr/share/zoneinfo/ } hook_add inmake 5 tzdata_install