tzdata: update to 2013i.

This commit is contained in:
Juan RP 2013-12-21 07:11:11 +01:00
parent 89c69b2c87
commit b464315e30

View file

@ -2,14 +2,14 @@
pkgname=tzdata pkgname=tzdata
wrksrc=${pkgname} wrksrc=${pkgname}
create_wrksrc=yes create_wrksrc=yes
version=2013g version=2013i
revision=1 revision=1
homepage="http://www.iana.org/time-zones" homepage="http://www.iana.org/time-zones"
short_desc="Time zone and daylight-saving time data" short_desc="Time zone and daylight-saving time data"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
distfiles="http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz" distfiles="http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz"
checksum=b6cdd3998dcc732a6ae5e101e1394f9d4d6dff68bd48a8fb78c44c2b997d3a4f checksum=1cd56a6ee964143ef0c65229968a5093988335b95e9115235b5e7b7e45e67dda
long_desc=" long_desc="
This package contains data required for the implementation of standard This package contains data required for the implementation of standard
local time for many representative locations around the globe. It is local time for many representative locations around the globe. It is
@ -18,8 +18,7 @@ long_desc="
do_install() { do_install() {
local timezones="africa antarctica asia australasia europe northamerica \ local timezones="africa antarctica asia australasia europe northamerica \
southamerica pacificnew etcetera backward systemv \ southamerica pacificnew etcetera backward systemv factory"
factory solar87 solar88 solar89"
zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo ${timezones} 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/posix ${timezones}