Magellan Linux

Diff of /smage/trunk/core/sysvinit/sysvinit-2.86-r8.smage2

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

revision 122 by niro, Thu Jan 7 09:42:41 2010 UTC revision 123 by niro, Thu Jan 7 09:46:57 2010 UTC
# Line 15  DEPEND="" Line 15  DEPEND=""
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  sminclude mtools  MCORE_ONLY_KEEP="bin/pidof
19     sbin/halt
20     sbin/init
21     sbin/killall5
22     sbin/poweroff
23     sbin/reboot
24     sbin/runlevel
25     sbin/shutdown
26     sbin/sulogin
27     sbin/telinit"
28    sminclude mtools mcore-split
29    
30  SRC_URI=(  SRC_URI=(
31   ftp://ftp.cistron.nl/pub/people/miquels/${PNAME}/${SRCFILE}   ftp://ftp.cistron.nl/pub/people/miquels/${PNAME}/${SRCFILE}
# Line 40  src_compile() Line 50  src_compile()
50   mmake -C src CFLAGS="-Wall -D_GNU_SOURCE ${CFLAGS}" || die   mmake -C src CFLAGS="-Wall -D_GNU_SOURCE ${CFLAGS}" || die
51  }  }
52    
53  src_install()  mcore_generic_src_install()
54  {  {
55   cd ${SRCDIR}   cd ${SRCDIR}
56    

Legend:
Removed from v.122  
changed lines
  Added in v.123