void-packages/srcpkgs/tzdata/template

31 lines
1.2 KiB
Text
Raw Normal View History

# Template build file for 'tzdata'.
pkgname=tzdata
wrksrc=${pkgname}
create_wrksrc=yes
2012-11-14 20:57:43 +00:00
version=2012j
2012-07-23 03:19:29 +00:00
revision=1
noarch=yes
homepage="http://www.iana.org/time-zones"
short_desc="Time zone and daylight-saving time data"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-10 21:27:01 +00:00
license="GPL-2"
2012-09-18 08:39:28 +00:00
distfiles="http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz"
2012-11-14 20:57:43 +00:00
checksum=4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa
long_desc="
This package contains data required for the implementation of standard
local time for many representative locations around the globe. It is
updated periodically to reflect changes made by political bodies to time
zone boundaries, UTC offsets, and daylight-saving rules."
2012-09-18 08:39:28 +00:00
do_install() {
local timezones="africa antarctica asia australasia europe northamerica \
southamerica pacificnew etcetera backward systemv \
factory solar87 solar88 solar89"
2012-07-23 03:19:29 +00:00
2012-09-18 08:39:28 +00:00
zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo ${timezones}
zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo/posix ${timezones}
zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo/right -L leapseconds ${timezones}
zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo -p America/New_York
install -m444 -t ${DESTDIR}/usr/share/zoneinfo iso3166.tab zone.tab
}