Magellan Linux

Diff of /branches/R11-stable/core/tzdata/tzdata-2013d-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18307 by niro, Mon Jul 8 06:33:53 2013 UTC revision 18308 by niro, Mon Jul 8 06:37:38 2013 UTC
# Line 12  HOMEPAGE="http://www.iana.org/time-zones Line 12  HOMEPAGE="http://www.iana.org/time-zones
12  DEPEND=""  DEPEND=""
13  SDEPEND=">= virtual/glibc"  SDEPEND=">= virtual/glibc"
14    
15  SRCFILE="${PNAME}${PVER}.tar.gz"  # upstream says tar.gz, but really it's only a tar
16    SRCFILE="${PNAME}${PVER}.tar"
17    DL_SRCFILE="${SRCFILE}.gz"
18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20  sminclude mtools  sminclude mtools
21    
22  SRC_URI=(  SRC_URI=(
23   http://www.iana.org/time-zones/repository/releases/${SRCFILE}   "http://www.iana.org/time-zones/repository/releases/${DL_SRCFILE} ${SRCFILE}"
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
25  )  )
26    

Legend:
Removed from v.18307  
changed lines
  Added in v.18308