Magellan Linux

Diff of /trunk/extras/libverto/libverto-0.3.0-r1.smage2

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

revision 31783 by niro, Tue Dec 11 12:27:55 2018 UTC revision 31784 by niro, Tue Dec 11 12:29:16 2018 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27  UP2SEPERATOR='\/'  UP2SEPERATOR='\/'
28  UP2DATE="updatecmd https://github.com/latchset/${PNAME}/releases | highesttarball gz"  UP2DATE="updatecmd https://github.com/latchset/${PNAME}/releases | highesttarball gz"
29    
30    src_prepare()
31    {
32     munpack ${SRCFILE} || die
33     mautoreconf || die
34    }
35    
36  src_compile()  src_compile()
37  {  {
38   # use libevent as default event lib   # use libevent as default event lib

Legend:
Removed from v.31783  
changed lines
  Added in v.31784