[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tzdata/tzdata.desc [COPY] Copyright (C) 2013 - 2025 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] 2025b [P] X -----5---9 200.000 [CV-URL] http://www.iana.org/time-zones [D] 2c1ab2cd19493fc8f6f6452c82f1115607466d70808c7a20afca2855 tzcode2025b.tar.gz http://www.iana.org/time-zones/repository/releases/ [D] f4eba2c8b4caa77d349d697f2145012f06c393c11abdcdd84b347cdc tzdata2025b.tar.gz http://www.iana.org/time-zones/repository/releases/ runmake=0 runconf=0 custextract='tzcode_extract' hook_add prepatch 5 'tzdata_extract' tzcode_extract() { local taropt_orig="$taropt" mkdir -p "${xsrctar%%.*}" taropt="-C ${xsrctar%%.*} $taropt_orig" autoextract_tar "$@" taropt="$taropt_orig" } tzdata_extract() { tar -v $taropt $(match_source_file -p tzdata) } 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 zone.tab iso3166.tab $root/usr/share/zoneinfo/ install -m644 leap-seconds.list $root/usr/share/zoneinfo/ } hook_add inmake 5 tzdata_install