Magellan Linux

Diff of /trunk/core/libarchive/libarchive-3.3.2-r1.smage2

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

revision 29883 by niro, Tue Oct 17 08:29:01 2017 UTC revision 29884 by niro, Tue Oct 17 08:30:09 2017 UTC
# Line 32  SRC_URI=( Line 32  SRC_URI=(
32  UP2SEPERATOR="v"  UP2SEPERATOR="v"
33  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
34    
35    src_prepare()
36    {
37     munpack ${SRCFILE} || die
38     cd ${SRCDIR}
39     mautoreconf || die
40    }
41    
42  src_compile()  src_compile()
43  {  {
44   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.29883  
changed lines
  Added in v.29884