tzdata: update to 2012h

This commit is contained in:
Juergen Daubert 2012-10-27 16:23:10 +02:00
parent fda2a0a46c
commit 1203ef09d0
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
1b9eebf5edda4c37b65d2a83ae6f02f5 tzcode-makefile.patch
fe614c3cb5fd6418e2e65254aa46bb72 tzcode2012g.tar.gz
111cd46b5c2e40b2b37ae707d48aaa50 tzdata2012g.tar.gz
44b3b6c3e50240ac44f16437040a7ba2 tzcode2012h.tar.gz
b937335e087fb85b7f8e3ce33e69184b tzdata2012h.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=tzdata
version=2012g
version=2012h
release=1
source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz
http://www.iana.org/time-zones/repository/releases/tzcode$version.tar.gz
@ -11,6 +11,6 @@ source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz
build() {
patch -p1 -i $SRC/tzcode-makefile.patch
make
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
}