Magellan Linux

Diff of /trunk/extras/libarchive/libarchive-2.7.1-r1.smage2

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

revision 3960 by niro, Sat Nov 14 13:31:29 2009 UTC revision 3961 by niro, Sat Nov 14 13:32:26 2009 UTC
# Line 24  sminclude mbuild Line 24  sminclude mbuild
24  SRC_URI=(  SRC_URI=(
25   http://libarchive.googlecode.com/files/${SRCFILE}   http://libarchive.googlecode.com/files/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-2.7.0-fortified-sources.patch  
  mirror://${PNAME}/${PNAME}-2.7.0-pipe.patch  
27  )  )
28    
29  UP2DATE="updatecmd http://code.google.com/p/${PNAME}/downloads/list | firsttarball gz"  UP2DATE="updatecmd http://code.google.com/p/${PNAME}/downloads/list | firsttarball gz"
30    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  mpatch ${PNAME}-2.7.0-fortified-sources.patch || die  
  mpatch ${PNAME}-2.7.0-pipe.patch || die  
 }  
   
31  src_compile()  src_compile()
32  {  {
33   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.3960  
changed lines
  Added in v.3961