Magellan Linux

Diff of /trunk/extras/babl/babl-0.1.0-r1.smage2

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

revision 4499 by niro, Wed Dec 23 22:31:49 2009 UTC revision 4500 by niro, Wed Dec 23 22:36:04 2009 UTC
# Line 20  sminclude mbuild Line 20  sminclude mbuild
20  SRC_URI=(  SRC_URI=(
21   ftp://ftp.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}   ftp://ftp.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-build-fixes.patch
24  )  )
25    
26  # fixme  # fixme
27  UP2DATE="echo ${PVER}"  UP2DATE="echo ${PVER}"
28    
29    src_prepare()
30    {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # fix linking and install location
35     mpatch ${PNAME}-${PVER}-build-fixes.patch || die
36    }
37    
38  src_compile()  src_compile()
39  {  {
40   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.4499  
changed lines
  Added in v.4500