[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] The T2 Project [F] CROSS [C] base/system [L] PublicDomain [S] Stable [V] 2025c [P] X -----5---9 200.000 [CV-URL] http://www.iana.org/time-zones [D] 92a257d20386711ea9a645fbbe4d260a4523bf863261b2756a78947d tzcode2025c.tar.gz http://www.iana.org/time-zones/repository/releases/ [D] 6bf9bb128099c9b62491c1b1b34f15671f0b7031a4ccd594779d9f5b tzdata2025c.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