Magellan Linux

Diff of /smage/trunk/core/libx86emu/libx86emu-3.1-r1.smage2

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

revision 14276 by niro, Tue Jul 7 14:57:29 2020 UTC revision 14277 by niro, Tue Jul 7 15:43:41 2020 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24  UP2SEPERATOR="\/"  UP2SEPERATOR="\/"
25  UP2DATE="updatecmd https://github.com/wfeldt/${PNAME}/releases | highesttarball gz"  UP2DATE="updatecmd https://github.com/wfeldt/${PNAME}/releases | highesttarball gz"
26    
27    src_prepare()
28    {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     # circumvent git and its dependencies
33     echo ${PVER} > ${SRCDIR}/VERSION || die
34     touch ${SRCDIR}/changelog || die
35     if [[ -f ${SRCDIR}/git2log ]]
36     then
37     rm ${SRCDIR}/git2log || die
38     fi
39    }
40    
41  src_compile()  src_compile()
42  {  {
43   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.14276  
changed lines
  Added in v.14277