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 3564 by niro, Mon Oct 26 14:07:08 2009 UTC revision 3565 by niro, Mon Oct 26 14:14:39 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 mbuild  sminclude mtools
25    
26  SRC_URI=(  SRC_URI=(
27   sourceforge://gphoto/${SRCFILE}   sourceforge://gphoto/${SRCFILE}
# Line 30  SRC_URI=( Line 30  SRC_URI=(
30    
31  UP2DATE="updatecmd_sourceforge gphoto ${PNAME/2/}"  UP2DATE="updatecmd_sourceforge gphoto ${PNAME/2/}"
32    
33    src_prepare()
34    {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     mlibtoolize || die
39    }
40    
41  src_compile()  src_compile()
42  {  {
43   cd ${SRCDIR}   cd ${SRCDIR}

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