Magellan Linux

Diff of /trunk/extras/libzip/libzip-0.11.2-r1.smage2

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

revision 20593 by niro, Wed Jan 29 09:29:40 2014 UTC revision 20594 by niro, Wed Jan 29 09:30:07 2014 UTC
# Line 20  msetfeature "!check" Line 20  msetfeature "!check"
20  SRC_URI=(  SRC_URI=(
21   http://www.nih.at/${PNAME}/${SRCFILE}   http://www.nih.at/${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-0.10-missing-headers.patch  
23  )  )
24    
25  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball xz"  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball xz"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix missing headers  
  mpatch ${PNAME}-0.10-missing-headers.patch || die  
  mautoreconf || die  
 }  

Legend:
Removed from v.20593  
changed lines
  Added in v.20594