tzdata: update to 2009u, use OUR OWN DISTFILES!
--HG-- extra : convert_revision : f257d09e277450c3bda01b276172eab6ef69bf81
This commit is contained in:
parent
c18153b92c
commit
3072726471
1 changed files with 14 additions and 6 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template build file for 'tzdata'.
|
||||
pkgname=tzdata
|
||||
wrksrc=${pkgname}
|
||||
_tzcode_ver=2009r
|
||||
version=2009s
|
||||
create_wrksrc=yes
|
||||
_tzcode_ver=2009t
|
||||
version=2009u
|
||||
# Use our OWN backup files, because I'm tired of UPDATING IT EACH MONTH!
|
||||
distfiles="
|
||||
ftp://elsie.nci.nih.gov/pub/${pkgname}${version}.tar.gz
|
||||
ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode_ver}.tar.gz"
|
||||
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="
|
||||
ee9000a0276675ed697f8d404edf80104fd338c3fb979907e4ee63ca83d65e5e
|
||||
49031541192a109fd9beddd07695cecf5ec90d09088c59b1d917c91f8f6081b2"
|
||||
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
|
||||
|
@ -21,3 +23,9 @@ long_desc="
|
|||
Add_dependency full glibc
|
||||
Add_dependency full bash
|
||||
Add_dependency full gawk
|
||||
|
||||
post_install()
|
||||
{
|
||||
# Remove useless stuff
|
||||
rm -rf ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue