Magellan Linux

Diff of /trunk/extras/ntrack/ntrack-016-r1.smage2

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

revision 12267 by niro, Tue May 15 11:35:08 2012 UTC revision 12268 by niro, Tue May 15 11:36:06 2012 UTC
# Line 21  sminclude mbuild Line 21  sminclude mbuild
21  SRC_URI=(  SRC_URI=(
22   http://launchpad.net/ntrack/main/${PVER}/+download/${SRCFILE}   http://launchpad.net/ntrack/main/${PVER}/+download/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-014-dead-loop-fix.patch  
  mirror://${PNAME}/${PNAME}-014-link.patch  
24  )  )
25    
26  UP2DATE="updatecmd http://www.libssh.org/files/ | lasttarball gz"  UP2DATE="updatecmd http://www.libssh.org/files/ | lasttarball gz"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fixes a loop error  
  mpatch ${PNAME}-014-dead-loop-fix.patch || die  
   
  # fixes unresolved sysmbols 'ntrack_list_insert_sorted'  
  # see: https://bugs.launchpad.net/ntrack/+bug/750554  
  mpatch ${PNAME}-014-link.patch || die  
 }  

Legend:
Removed from v.12267  
changed lines
  Added in v.12268