Magellan Linux

Diff of /smage/trunk/extras/xf86-video-openchrome/xf86-video-openchrome-0.2.904_svn858-r1.smage2

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

revision 1031 by niro, Fri Dec 17 00:49:33 2010 UTC revision 1032 by niro, Fri Dec 17 00:59:44 2010 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28    
29  UP2DATE="updatecmd http://www.openchrome.org/releases/ | lasttarball"  UP2DATE="updatecmd http://www.openchrome.org/releases/ | lasttarball"
30    
31    src_prepare()
32    {
33     munpack ${SRCFILE} || die  
34     cd ${SRCDIR}
35     autoreconf --verbose --install --force || die
36    }
37    
38  src_compile()  src_compile()
39  {  {
40   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.1031  
changed lines
  Added in v.1032