Magellan Linux

Diff of /smage/branches/alx07x-stable/core/asciidoc/asciidoc-8.6.10-r1.smage2

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

revision 14369 by niro, Thu Jul 9 12:52:32 2020 UTC revision 14370 by niro, Thu Jul 9 13:17:28 2020 UTC
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29  UP2SEPERATOR="\/"  UP2SEPERATOR="\/"
30  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
31    
32    src_prepare()
33    {
34     munpack ${SRCFILE} || die
35     cd ${SRCDIR}
36    
37     # create configure scripts
38     mautoreconf || die
39    }
40    
41  src_compile()  src_compile()
42  {  {
43   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.14369  
changed lines
  Added in v.14370