core/tzdata/Pkgfile

17 lines
483 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
2013-12-21 14:17:09 +01:00
version=2013i
2012-08-08 09:53:29 +02:00
release=1
2013-06-24 12:59:13 +02:00
source=(ftp://ftp.iana.org/tz/releases/$name$version.tar.gz
ftp://ftp.iana.org/tz/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
}