# Contributor: Sören Tempel # Contributor: Natanael Copa # Maintainer: A. Wilcox pkgname=tzdata pkgver=2021e pkgrel=0 pkgdesc="Time zone data" url="https://www.iana.org/time-zones" arch="all" options="!check" # Until we have sgml-common. license="Public-Domain" depends="" checkdepends="sgml-common sp" makedepends="" subpackages="$pkgname-doc" source="https://www.iana.org/time-zones/repository/releases/tzcode$pkgver.tar.gz https://www.iana.org/time-zones/repository/releases/tzdata$pkgver.tar.gz " builddir="$srcdir" _timezones="africa antarctica asia australasia europe northamerica \ southamerica etcetera backward factory" build() { make cc="${CC:-gcc}" CFLAGS="$CFLAGS -DHAVE_STDINT_H=1" TZDIR="/usr/share/zoneinfo" } check() { make -j1 check } package() { ./zic -y ./yearistype -d "$pkgdir"/usr/share/zoneinfo ${_timezones} ./zic -y ./yearistype -d "$pkgdir"/usr/share/zoneinfo/right -L leapseconds ${_timezones} #./zic -y ./yearistype -d "$pkgdir"/usr/share/zoneinfo/posix ${_timezones} ./zic -y ./yearistype -d "$pkgdir"/usr/share/zoneinfo -p America/New_York install -m444 -t "$pkgdir"/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab mkdir -p "$pkgdir"/usr/sbin install -m755 zic zdump "$pkgdir"/usr/sbin mkdir -p "$pkgdir"/usr/share/man/man8 install -m644 zic.8 zdump.8 "$pkgdir"/usr/share/man/man8 rm -f "$pkgdir"/usr/share/zoneinfo/localtime } sha512sums="87b0335129ea41c5f42f687f548712e5da892baa8494cecf5d34851beceecf6ae52f22104696ed187713cf9e502570eb2041e277dfd3c043c11d0253bfde685a tzcode2021e.tar.gz c1e8d04e049157ed5d4af0868855bbd75517e3d7e1db9c41d5283ff260109de46b6fac6be94828201d093e163d868044ac2a9db2bf0aeab800e264d0c73a9119 tzdata2021e.tar.gz"