Magellan Linux

Diff of /trunk/core/libgphoto2/libgphoto2-2.4.7-r1.smage2

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

revision 3563 by niro, Mon Oct 26 14:05:38 2009 UTC revision 3564 by niro, Mon Oct 26 14:07:08 2009 UTC
# Line 21  SDEPEND=">= dev-util/pkgconfig-0.23" Line 21  SDEPEND=">= dev-util/pkgconfig-0.23"
21  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
22  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24  sminclude mtools  sminclude mtools mbuild
25    
26  SRC_URI=(  SRC_URI=(
27   sourceforge://gphoto/${SRCFILE}   sourceforge://gphoto/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-2.4.0-rpm.patch  
29  )  )
30    
31  UP2DATE="updatecmd_sourceforge gphoto ${PNAME/2/}"  UP2DATE="updatecmd_sourceforge gphoto ${PNAME/2/}"
32    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # avoid rpm build  
  mpatch ${PNAME}-2.4.0-rpm.patch || die  
 }  
   
33  src_compile()  src_compile()
34  {  {
35   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.3563  
changed lines
  Added in v.3564