Magellan Linux

Diff of /smage/trunk/core/apr-util/apr-util-1.3.12-r2.smage2

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

revision 2920 by niro, Tue Sep 6 17:07:20 2011 UTC revision 2921 by niro, Tue Sep 6 17:17:39 2011 UTC
# Line 24  sminclude mbuild alx Line 24  sminclude mbuild alx
24  SRC_URI=(  SRC_URI=(
25   http://archive.apache.org/dist/apr/${SRCFILE}   http://archive.apache.org/dist/apr/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27     mirror://${PNAME}/${PNAME}-${PVER}-db52.patch
28  )  )
29    
30  UP2DATE="updatecmd 'http://archive.apache.org/dist/apr/?C=M;O=A' | grep ${PNAME}-[0-9] | lasttarball"  UP2DATE="updatecmd 'http://archive.apache.org/dist/apr/?C=M;O=A' | grep ${PNAME}-[0-9] | lasttarball"
31    
32    src_prepare()
33    {
34     munpack ${SRCFILE} || die
35     cd ${SRCDIR}
36    
37     # support berkely db 5.2
38     mpatch ${PNAME}-${PVER}-db52.patch || die
39    
40     mautoreconf || die
41    }
42    
43  src_compile()  src_compile()
44  {  {
45   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.2920  
changed lines
  Added in v.2921