Magellan Linux

Diff of /trunk/core/ppl/ppl-1.0-r2.smage2

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

revision 16904 by niro, Tue Mar 12 08:48:43 2013 UTC revision 16905 by niro, Tue Mar 12 09:02:23 2013 UTC
# Line 28  sminclude mtools multilib Line 28  sminclude mtools multilib
28  SRC_URI=(  SRC_URI=(
29   ftp://ftp.cs.unipr.it/pub/ppl/releases/${PVER}/${SRCFILE}   ftp://ftp.cs.unipr.it/pub/ppl/releases/${PVER}/${SRCFILE}
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
31     mirror://${PNAME}/${PNAME}-${PVER}-gmp51.patch
32  )  )
33    
34  UP2DATE="updatecmd ftp://ftp.cs.unipr.it/pub/ppl/releases/LATEST/ | lasttarball"  UP2DATE="updatecmd ftp://ftp.cs.unipr.it/pub/ppl/releases/LATEST/ | lasttarball"
35    
36    src_prepare()
37    {
38     munpack ${SRCFILE} || die
39    
40     # fix build against gmp-5.1.x
41     mpatch ${PNAME}-${PVER}-gmp51.patch || die
42    }
43    
44  src_compile()  src_compile()
45  {  {
46    

Legend:
Removed from v.16904  
changed lines
  Added in v.16905