core/tzdata/Pkgfile

17 lines
523 B
Plaintext
Raw Normal View History

2012-08-08 09:53:29 +02:00
# Description: Sources for Time Zone and Daylight Saving Time Data
# URL: ftp://ftp.iana.org/tz/code/tz-link.htm
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=tzdata
2014-11-11 11:57:34 +01:00
version=2014j
2012-08-08 09:53:29 +02:00
release=1
2014-01-20 13:00:23 +01:00
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
2012-08-08 09:53:29 +02:00
tzcode-makefile.patch)
build() {
patch -p1 -i $SRC/tzcode-makefile.patch
2012-10-27 16:23:10 +02:00
make CFLAGS="$CFLAGS"
2012-08-08 09:53:29 +02:00
make DESTDIR=$PKG install
}