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 30987 by niro, Tue May 29 08:52:51 2018 UTC revision 30988 by niro, Tue May 29 09:11:45 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}
27   mirror://${PNAME}/${PNAME}-${PVER}-stat.patch   mirror://${PNAME}/${PNAME}-1.2.3-stat.patch
28  )  )
29    
30  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
# Line 35  src_prepare() Line 35  src_prepare()
35   cd ${SRCDIR}   cd ${SRCDIR}
36    
37   # fix missing includes   # fix missing includes
38   mpatch ${PNAME}-${PVER}-stat.patch || die   mpatch ${PNAME}-1.2.3-stat.patch || die
39    
40   # add our vendor string   # add our vendor string
41   sed -i "s:^\(PACKAGE_STRING=\).*:\1'cdrdao ${PVER} Magellan-Linux':" configure || die   sed -i "s:^\(PACKAGE_STRING=\).*:\1'cdrdao ${PVER} Magellan-Linux':" configure || die

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