Magellan Linux

Diff of /branches/magellan-next/extras/babl/babl-0.1.6-r1.smage2

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

revision 9510 by niro, Sun Dec 4 19:17:29 2011 UTC revision 9511 by niro, Sun Dec 4 19:18:01 2011 UTC
# Line 19  sminclude mbuild Line 19  sminclude mbuild
19  SRC_URI=(  SRC_URI=(
20   ftp://ftp.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}   ftp://ftp.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-0.1.0-build-fixes.patch  
22  )  )
23    
24  # fixme  # fixme
25  UP2DATE="echo ${PVER}"  UP2DATE="echo ${PVER}"
26    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix linking and install location  
  mpatch ${PNAME}-0.1.0-build-fixes.patch || die  
  autoreconf --install --force --verbose || die  
 }  
   
27  src_compile()  src_compile()
28  {  {
29   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.9510  
changed lines
  Added in v.9511