tzdata: update to 2012d.

This commit is contained in:
Juan RP 2012-07-23 05:19:29 +02:00
parent 804fef0343
commit f95e14369d

View file

@ -3,9 +3,9 @@ pkgname=tzdata
wrksrc=${pkgname} wrksrc=${pkgname}
create_wrksrc=yes create_wrksrc=yes
_tzcode_ver=2012b _tzcode_ver=2012b
_tzdata_ver=2012c _tzdata_ver=2012d
version=${_tzdata_ver} version=${_tzdata_ver}
revision=4 revision=1
noarch=yes noarch=yes
build_style=gnu-makefile build_style=gnu-makefile
homepage="http://www.iana.org/time-zones" homepage="http://www.iana.org/time-zones"
@ -14,11 +14,11 @@ 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=" distfiles="
ftp://munnari.oz.au/pub/tzcode${_tzcode_ver}.tar.gz ftp://ftp.iana.org/tz/releases/tzcode${_tzcode_ver}.tar.gz
ftp://munnari.oz.au/pub/tzdata${_tzdata_ver}.tar.gz" ftp://ftp.iana.org/tz/releases/tzdata${_tzdata_ver}.tar.gz"
checksum=" checksum="
4345a2de239a7b6e5ab286052cc269eb07d63798ae14ba715eb4c6bdfa0f3350 4345a2de239a7b6e5ab286052cc269eb07d63798ae14ba715eb4c6bdfa0f3350
33e19e1dd27bda5239812587d72971509a15b59baff7abd692b77ff66f168a82" 46c0e92a7aa89c3cfe571b585ceb6958bb444604aea3e09587f2cbe474c95575"
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
@ -31,6 +31,6 @@ post_install() {
rm -f ${DESTDIR}/usr/share/zoneinfo/localtime rm -f ${DESTDIR}/usr/share/zoneinfo/localtime
find ${DESTDIR}/usr/share/zoneinfo -type f -exec chmod 644 {} \; find ${DESTDIR}/usr/share/zoneinfo -type f -exec chmod 644 {} \;
# Remove stuff available in glibc-2.16. # Remove stuff available in glibc-2.16.
rm -f ${DESTDIR}/usr/sbin/zic rm -f ${DESTDIR}/usr/sbin/{zic,zdump,tzselect}
rm -f ${DESTDIR}/usr/sbin/zdump
} }