Magellan Linux

Diff of /trunk/core/lzo/lzo-2.07-r1.smage2

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

revision 21498 by niro, Fri Jun 27 08:11:03 2014 UTC revision 21499 by niro, Mon Jun 30 07:17:41 2014 UTC
# Line 5  PVER="2.07" Line 5  PVER="2.07"
5  PBUILD="r1"  PBUILD="r1"
6    
7  PCAT="dev-libs"  PCAT="dev-libs"
 STATE="disabled"  
8    
9  DESCRIPTION="lzo compression library."  DESCRIPTION="lzo compression library."
10  HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"  HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
# Line 25  SRC_URI=( Line 24  SRC_URI=(
24    
25  UP2DATE="updatecmd http://www.oberhumer.com/opensource/lzo/download/ | grep '/${PNAME}-' | lasttarball gz"  UP2DATE="updatecmd http://www.oberhumer.com/opensource/lzo/download/ | grep '/${PNAME}-' | lasttarball gz"
26    
27    src_prepare()
28    {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     # FTBFS fix
33     sed -i 's:lzodefs.h:lzoconf.h:g' configure.ac || die
34     mautoreconf || die
35    }
36    
37  src_compile()  src_compile()
38  {  {
39   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.21498  
changed lines
  Added in v.21499