Magellan Linux

Diff of /trunk/extras/cdrdao/cdrdao-1.2.4-r1.smage2

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

revision 30988 by niro, Tue May 29 09:11:45 2018 UTC revision 30989 by niro, Tue May 29 09:14:08 2018 UTC
# Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24  SRC_URI=(  SRC_URI=(
25   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.2.3-stat.patch  
27  )  )
28    
29  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
# Line 34  src_prepare() Line 33  src_prepare()
33   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
34   cd ${SRCDIR}   cd ${SRCDIR}
35    
  # fix missing includes  
  mpatch ${PNAME}-1.2.3-stat.patch || die  
   
36   # add our vendor string   # add our vendor string
37   sed -i "s:^\(PACKAGE_STRING=\).*:\1'cdrdao ${PVER} Magellan-Linux':" configure || die   sed -i "s:^\(PACKAGE_STRING=\).*:\1'cdrdao ${PVER} Magellan-Linux':" configure || die
38    

Legend:
Removed from v.30988  
changed lines
  Added in v.30989