2009-02-17 12:59:58 +00:00
|
|
|
# Template build file for 'tzdata'.
|
2009-01-28 15:06:47 +00:00
|
|
|
pkgname=tzdata
|
|
|
|
wrksrc=${pkgname}
|
2010-01-04 15:07:17 +00:00
|
|
|
create_wrksrc=yes
|
2010-10-24 06:09:40 +00:00
|
|
|
_tzcode_ver=2010m
|
|
|
|
version=${_tzcode_ver}
|
2010-01-04 15:07:17 +00:00
|
|
|
# Use our OWN backup files, because I'm tired of UPDATING IT EACH MONTH!
|
2009-01-28 15:06:47 +00:00
|
|
|
distfiles="
|
2010-01-04 15:07:17 +00:00
|
|
|
http://xbps.nopcode.org/distfiles/${pkgname}${version}.tar.gz
|
|
|
|
http://xbps.nopcode.org/distfiles/tzcode${_tzcode_ver}.tar.gz"
|
2009-01-28 15:06:47 +00:00
|
|
|
build_style=gnu_makefile
|
|
|
|
short_desc="Time zone and daylight-saving time data"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum="
|
2010-10-24 06:09:40 +00:00
|
|
|
1454a13a32e23e81195404d00ab97a64a356e9a5852fc7d121ed7e58cbdb75aa
|
|
|
|
24f0274d531a53415f1314891bc0df47778044a53186a1c0eb2df3991af91a18"
|
2009-01-28 15:06:47 +00:00
|
|
|
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."
|
|
|
|
|
2009-02-25 05:15:20 +00:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full bash
|
|
|
|
Add_dependency full gawk
|
2010-01-04 15:07:17 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Remove useless stuff
|
|
|
|
rm -rf ${DESTDIR}/usr/lib
|
|
|
|
}
|