Magellan Linux

Diff of /branches/magellan-next/core/gamin/gamin-0.1.10-r1.smage2

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

revision 5979 by niro, Tue Aug 17 21:17:04 2010 UTC revision 5980 by niro, Tue Aug 17 21:22:32 2010 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27  )  )
28    
29  UP2DATE="updatecmd http://people.gnome.org/~veillard/gamin/sources/'?C=M;O=A' | lasttarball gz"  UP2DATE="updatecmd http://people.gnome.org/~veillard/gamin/sources/'?C=M;O=A' | lasttarball gz"
30    
31    src_compile()
32    {
33     cd ${SRCDIR}
34    
35     mconfigure \
36     --enable-inotify \
37     --disable-debug \
38     --disable-debug-api \
39     --disable-server \
40     --without-python \
41     || die
42     mmake || die
43    }

Legend:
Removed from v.5979  
changed lines
  Added in v.5980