Magellan Linux

Diff of /smage/trunk/core/libx86emu/libx86emu-1.1-r1.smage2

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

revision 491 by niro, Fri May 7 19:57:08 2010 UTC revision 492 by niro, Fri May 7 19:57:43 2010 UTC
# Line 15  DEPEND="" Line 15  DEPEND=""
15  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"  
18  sminclude mtools mbuild mcore-split  sminclude mtools mbuild mcore-split
19    
20  SRC_URI=( mirror://${PNAME}/${SRCFILE} )  SRC_URI=( mirror://${PNAME}/${SRCFILE} )
# Line 29  src_compile() Line 28  src_compile()
28   mmake LIBDIR=/usr/$(mlibdir) || die   mmake LIBDIR=/usr/$(mlibdir) || die
29  }  }
30    
31  src_install()  mcore_generic_src_install()
32  {  {
33   cd ${SRCDIR}   cd ${SRCDIR}
34    

Legend:
Removed from v.491  
changed lines
  Added in v.492