Magellan Linux

Diff of /trunk/extras/qca-ossl/qca-ossl-2.0.0_beta3-r1.smage2

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

revision 1964 by niro, Thu Jun 11 11:39:28 2009 UTC revision 1965 by niro, Thu Jun 11 11:39:51 2009 UTC
# Line 21  DEPEND=">= app-crypt/qca-ossl-2.0 Line 21  DEPEND=">= app-crypt/qca-ossl-2.0
21  SRC_URI=(  SRC_URI=(
22   http://delta.affinix.com/download/qca/${PVER%.*}/plugins/${SRCFILE}   http://delta.affinix.com/download/qca/${PVER%.*}/plugins/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${PNAME}-${PVER}-openssl-0.9.8i.patch   mirror://${PNAME}/${PNAME}-openssl-0.9.8i.patch
25  )  )
26    
27  UP2DATE="updatecmd -listonly ${HOMEPAGE} | grep ${PNAME}-[0-9] | sed 's/.*${PNAME}-\(.*\).tar.*/\1/' | sed 's:-:_:'"  UP2DATE="updatecmd -listonly ${HOMEPAGE} | grep ${PNAME}-[0-9] | sed 's/.*${PNAME}-\(.*\).tar.*/\1/' | sed 's:-:_:'"
# Line 32  src_prepare() Line 32  src_prepare()
32   cd ${SRCDIR}   cd ${SRCDIR}
33    
34   # fixes compile issues with >=openssl-0.9.8i   # fixes compile issues with >=openssl-0.9.8i
35   mpatch ${PNAME}-${PVER}-openssl-0.9.8i.patch || die   mpatch ${PNAME}-openssl-0.9.8i.patch || die
36  }  }
37    
38  src_compile()  src_compile()

Legend:
Removed from v.1964  
changed lines
  Added in v.1965