Magellan Linux

Diff of /trunk/extras/libdvdnav/libdvdnav-4.1.3-r1.smage2

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

revision 4534 by niro, Thu Dec 24 23:50:40 2009 UTC revision 4535 by niro, Thu Dec 24 23:51:58 2009 UTC
# Line 23  SRC_URI=( Line 23  SRC_URI=(
23  )  )
24    
25  UP2DATE="updatecmd http://www.mplayerhq.hu/MPlayer/releases/dvdnav/ | grep ${PNAME}- | lasttarball"  UP2DATE="updatecmd http://www.mplayerhq.hu/MPlayer/releases/dvdnav/ | grep ${PNAME}- | lasttarball"
26    
27    src_compile()
28    {
29     cd ${SRCDIR}
30    
31     ./autogen.sh --prefix=/usr || die
32     mmake || die
33    }

Legend:
Removed from v.4534  
changed lines
  Added in v.4535