Magellan Linux

Diff of /trunk/core/lynx/lynx-2.8.8-r3.smage2

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

revision 29976 by niro, Thu Oct 19 13:23:24 2017 UTC revision 29977 by niro, Thu Oct 19 13:52:24 2017 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28   #http://lynx.isc.org/${PNAME}${PVER}/${SRCFILE}   #http://lynx.isc.org/${PNAME}${PVER}/${SRCFILE}
29   https://invisible-mirror.net/archives/lynx/tarballs/${SRCFILE}   https://invisible-mirror.net/archives/lynx/tarballs/${SRCFILE}
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
31     mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.patch
32  )  )
33    
34  UP2SEPERATOR="lynx"  UP2SEPERATOR="lynx"
35  UP2DATE="updatecmd http://lynx.isc.org/current/ | grep 'rel' | highesttarball | sed 's:\(.*\)rel.*:\1:'"  UP2DATE="updatecmd http://lynx.isc.org/current/ | grep 'rel' | highesttarball | sed 's:\(.*\)rel.*:\1:'"
36    
37    src_prepare()
38    {
39     munpack ${SRCFILE} || die
40     cd ${SRCDIR}
41    
42     mpatch ${PNAME}-${PVER}-openssl-1.1.patch || die
43    }
44    
45  src_compile()  src_compile()
46  {  {
47   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.29976  
changed lines
  Added in v.29977