tzdata: update to 2012b.
This commit is contained in:
parent
425c102f3f
commit
16c6703e04
1 changed files with 9 additions and 11 deletions
|
@ -2,32 +2,30 @@
|
||||||
pkgname=tzdata
|
pkgname=tzdata
|
||||||
wrksrc=${pkgname}
|
wrksrc=${pkgname}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
_tzcode_ver=2011i
|
_tzcode_ver=2012b
|
||||||
_tzdata_ver=2011n
|
_tzdata_ver=2012b
|
||||||
version=${_tzdata_ver}
|
version=${_tzdata_ver}
|
||||||
distfiles="
|
distfiles="
|
||||||
http://www.iana.org/time-zones/repository/releases/tzcode${_tzcode_ver}.tar.gz
|
ftp://munnari.oz.au/pub//tzcode${_tzcode_ver}.tar.gz
|
||||||
http://www.iana.org/time-zones/repository/releases/tzdata${_tzdata_ver}.tar.gz"
|
ftp://munnari.oz.au/pub//tzdata${_tzdata_ver}.tar.gz"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
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"
|
||||||
checksum="
|
checksum="
|
||||||
f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec
|
4345a2de239a7b6e5ab286052cc269eb07d63798ae14ba715eb4c6bdfa0f3350
|
||||||
a343e542486b2b8ebdeca474eed79f1c04f69420ca943c2b9bdea1d2385e38cd"
|
2f9f8e2d1ae087be5917f60c3946e8dc3fe1068d7738c3395f2125135309e745"
|
||||||
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
|
||||||
updated periodically to reflect changes made by political bodies to time
|
updated periodically to reflect changes made by political bodies to time
|
||||||
zone boundaries, UTC offsets, and daylight-saving rules."
|
zone boundaries, UTC offsets, and daylight-saving rules."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run bash
|
||||||
Add_dependency full bash
|
Add_dependency run gawk
|
||||||
Add_dependency full gawk
|
|
||||||
|
|
||||||
post_install()
|
post_install() {
|
||||||
{
|
|
||||||
# Remove useless stuff
|
# Remove useless stuff
|
||||||
rm -rf ${DESTDIR}/usr/lib
|
rm -rf ${DESTDIR}/usr/lib
|
||||||
rm -f ${DESTDIR}/usr/share/zoneinfo/localtime
|
rm -f ${DESTDIR}/usr/share/zoneinfo/localtime
|
||||||
|
|
Loading…
Reference in a new issue