Magellan Linux

Diff of /trunk/extras/cargo/cargo-0.18.0-r1.smage2

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

revision 29517 by niro, Wed Jun 21 12:45:05 2017 UTC revision 29518 by niro, Wed Jun 21 13:01:01 2017 UTC
# Line 27  fi Line 27  fi
27  SRCFILE="${PVER}.tar.gz"  SRCFILE="${PVER}.tar.gz"
28  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
29    
30    msetfeature "!check" # no check target in makefile
31  sminclude mbuild mtools  sminclude mbuild mtools
32    
33  SRC_URI=(  SRC_URI=(
# Line 83  src_compile() Line 84  src_compile()
84   ${myconf} \   ${myconf} \
85   || die   || die
86    
87   mmake || die   mmake VERBOSE=1 || die
88  }  }
89    
90  src_install()  src_install()

Legend:
Removed from v.29517  
changed lines
  Added in v.29518