3072726471
--HG-- extra : convert_revision : f257d09e277450c3bda01b276172eab6ef69bf81
31 lines
1 KiB
Text
31 lines
1 KiB
Text
# Template build file for 'tzdata'.
|
|
pkgname=tzdata
|
|
wrksrc=${pkgname}
|
|
create_wrksrc=yes
|
|
_tzcode_ver=2009t
|
|
version=2009u
|
|
# Use our OWN backup files, because I'm tired of UPDATING IT EACH MONTH!
|
|
distfiles="
|
|
http://xbps.nopcode.org/distfiles/${pkgname}${version}.tar.gz
|
|
http://xbps.nopcode.org/distfiles/tzcode${_tzcode_ver}.tar.gz"
|
|
build_style=gnu_makefile
|
|
short_desc="Time zone and daylight-saving time data"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum="
|
|
7cbd82597590ca279e042dbeace91553806c4b4dbff25c34b843a4f1d07e0384
|
|
97f64d7056d6c18e6b4e1619bf94fc625a3d08413d238e0c5a5faba714a2297f"
|
|
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."
|
|
|
|
Add_dependency full glibc
|
|
Add_dependency full bash
|
|
Add_dependency full gawk
|
|
|
|
post_install()
|
|
{
|
|
# Remove useless stuff
|
|
rm -rf ${DESTDIR}/usr/lib
|
|
}
|