void-packages/srcpkgs/tzdata/template
2010-10-24 08:09:40 +02:00

32 lines
1 KiB
Plaintext

# Template build file for 'tzdata'.
pkgname=tzdata
wrksrc=${pkgname}
create_wrksrc=yes
_tzcode_ver=2010m
version=${_tzcode_ver}
# 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="
1454a13a32e23e81195404d00ab97a64a356e9a5852fc7d121ed7e58cbdb75aa
24f0274d531a53415f1314891bc0df47778044a53186a1c0eb2df3991af91a18"
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
}