summaryrefslogtreecommitdiff
path: root/tzdata/Pkgfile
blob: 36814091d65a1e39bf990760a9af7dcc2664e1f3 (plain)
    1 # Description: Sources for Time Zone and Daylight Saving Time Data
    2 # URL:         ftp://ftp.iana.org/tz/code/tz-link.htm
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu 
    4 
    5 name=tzdata
    6 version=2015f
    7 release=1
    8 source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz
    9         http://www.iana.org/time-zones/repository/releases/tzcode$version.tar.gz
   10         tzcode-makefile.patch)
   11 
   12 build() {
   13     patch -p1 -i $SRC/tzcode-makefile.patch
   14     make CFLAGS="$CFLAGS"
   15     make DESTDIR=$PKG install
   16 }

Generated by cgit