Magellan Linux

Diff of /trunk/extras/hunspell/hunspell-1.6.1-r1.smage2

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

revision 29105 by niro, Tue May 23 09:25:02 2017 UTC revision 29106 by niro, Tue May 23 09:30:37 2017 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28  UP2SEPERATOR="v"  UP2SEPERATOR="v"
29  UP2DATE="updatecmd https://github.com/hunspell/hunspell/releases | highesttarball gz"  UP2DATE="updatecmd https://github.com/hunspell/hunspell/releases | highesttarball gz"
30    
31    src_prepare()
32    {
33     munpack ${SRCFILE} || die
34     cd ${SRCDIR}
35    
36     mautoreconf || die
37    }
38    
39  src_compile()  src_compile()
40  {  {
41   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.29105  
changed lines
  Added in v.29106