Magellan Linux

Diff of /branches/R11-stable/core/cmake/cmake-3.0.0-r1.smage2

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

revision 21443 by niro, Mon Jun 23 10:49:59 2014 UTC revision 21444 by niro, Mon Jun 23 10:54:04 2014 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27   http://www.cmake.org/files/v${PVER%.*}/${SRCFILE}   http://www.cmake.org/files/v${PVER%.*}/${SRCFILE}
28   http://www.cmake.org/files/v${PVER%.*.*}/${SRCFILE}   http://www.cmake.org/files/v${PVER%.*.*}/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-2.8.12.1-freetype252.patch  
30  )  )
31    
32  UP2DATE="updatecmd ${HOMEPAGE}/${PNAME}/resources/software.html | grep 'Latest Release' | sed 's/.*(\(.*\)).*/\1/'"  UP2DATE="updatecmd ${HOMEPAGE}/${PNAME}/resources/software.html | grep 'Latest Release' | sed 's/.*(\(.*\)).*/\1/'"
33    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix cmake module to detect >=freetype-2.5.2  
  mpatch ${PNAME}-2.8.12.1-freetype252.patch || die  
 }  
   
34  src_compile()  src_compile()
35  {  {
36   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.21443  
changed lines
  Added in v.21444