Magellan Linux

Diff of /branches/magellan-next/core/zlib/zlib-1.2.5-r1.smage2

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

revision 5855 by niro, Tue Aug 17 12:53:10 2010 UTC revision 5856 by niro, Tue Aug 17 12:58:51 2010 UTC
# Line 15  DEPEND=">= virtual/glibc" Line 15  DEPEND=">= virtual/glibc"
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  sminclude multilib mtools  sminclude mbuild multilib mtools
19    
20  SRC_URI=(  SRC_URI=(
21   http://www.zlib.net/${SRCFILE}   http://www.zlib.net/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.2.1-prelink.patch  
23  )  )
24    
25  UP2DATE="updatecmd ${HOMEPAGE} | grep -A2 'Current release:' | sed -n 's/.*zlib \(.*\)/\1/;$ p'"  UP2DATE="updatecmd ${HOMEPAGE} | grep -A2 'Current release:' | sed -n 's/.*zlib \(.*\)/\1/;$ p'"
26    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # prelink fix  
  mpatch ${PNAME}-1.2.1-prelink.patch || die  
 }  
   
27  src_compile()  src_compile()
28  {  {
29   # needed directories   # needed directories

Legend:
Removed from v.5855  
changed lines
  Added in v.5856