Magellan Linux

Diff of /smage/trunk/extras/mcore-tools/mcore-tools-0.1_svn2590-r1.smage2

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

revision 7146 by niro, Thu Sep 17 15:09:09 2015 UTC revision 7147 by niro, Thu Sep 17 15:15:10 2015 UTC
# Line 28  SRC_URI=( mirror://${PNAME}/${SRCFILE} ) Line 28  SRC_URI=( mirror://${PNAME}/${SRCFILE} )
28  src_prepare()  src_prepare()
29  {  {
30   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32     # use package version and build
33     echo "${PVER}-${PBUILD}" > VERSION || die
34  }  }
35    
36  src_compile()  src_compile()

Legend:
Removed from v.7146  
changed lines
  Added in v.7147