Magellan Linux

Diff of /trunk/core/procps/procps-3.3.3-r1.smage2

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

revision 13469 by niro, Tue Oct 9 14:31:38 2012 UTC revision 13470 by niro, Tue Oct 9 14:37:40 2012 UTC
# Line 16  PROVIDE="virtual/procps" Line 16  PROVIDE="virtual/procps"
16  SRCFILE="${PNAME}-ng-${PVER}.tar.gz"  SRCFILE="${PNAME}-ng-${PVER}.tar.gz"
17  SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}"  SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}"
18    
19  sminclude mtools multilib  sminclude multilib
 msetfeature "!check"  
20    
21  SRC_URI=(  SRC_URI=(
22   #http://gitorious.org/procps/procps/archive-tarball/v${PVER}   #http://gitorious.org/procps/procps/archive-tarball/v${PVER}
# Line 37  src_compile() Line 36  src_compile()
36  {  {
37   # kill is provided by coreutils   # kill is provided by coreutils
38   mconfigure --disable-rpath --disable-w-from --disable-kill || die   mconfigure --disable-rpath --disable-w-from --disable-kill || die
39   mmake || die   mmake -j1 || die
40  }  }

Legend:
Removed from v.13469  
changed lines
  Added in v.13470