Magellan Linux

Diff of /smage/trunk/core/mpc/mpc-1.1.0-r1.smage2

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

revision 11803 by niro, Fri Aug 10 11:19:14 2018 UTC revision 11804 by niro, Fri Aug 10 11:30:47 2018 UTC
# Line 20  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 20  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20  sminclude multilib mbuild  sminclude multilib mbuild
21    
22  SRC_URI=(  SRC_URI=(
23   http://www.multiprecision.org/${PNAME}/download/${SRCFILE}   #http://www.multiprecision.org/${PNAME}/download/${SRCFILE}
24     gnu://${PNAME}/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26  )  )
27    
28  UP2DATE="updatecmd '${HOMEPAGE}?prog=mpc&page=download' | firsttarball gz"  UP2DATE="updatecmd ${HOMEPAGE}${PNAME}/download.html | highesttarball gz"
29    
30  src_compile()  src_compile()
31  {  {

Legend:
Removed from v.11803  
changed lines
  Added in v.11804