summaryrefslogtreecommitdiff
path: root/tzdata/Pkgfile
blob: 0c42ad31b591d7261ab650a18a88385e02fabc88 (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=2013d
    7 release=1
    8 source=(ftp://ftp.iana.org/tz/releases/$name$version.tar.gz
    9         ftp://ftp.iana.org/tz/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