Magellan Linux

Diff of /branches/magellan-next/core/systemd/systemd-9-r1.smage2

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

revision 6659 by niro, Mon Sep 13 21:47:15 2010 UTC revision 6660 by niro, Tue Sep 14 21:27:29 2010 UTC
# Line 32  sminclude mbuild Line 32  sminclude mbuild
32  SRC_URI=(  SRC_URI=(
33   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
34   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
35     mirror://${PNAME}/${PNAME}-${PVER}-magellan.patch
36  )  )
37    
38  UP2DATE="updatecmd http://www.freedesktop.org/software/systemd/ | lasttarball"  UP2DATE="updatecmd http://www.freedesktop.org/software/systemd/ | lasttarball"
39    
40    src_prepare()
41    {
42     munpack ${SRCFILE} || die
43     cd ${SRCDIR}
44    
45     # apply our magellan patch
46     mpatch ${PNAME}-${PVER}-magellan.patch || die
47    
48     # regen configure
49     autoreconf --verbose --install --force || die
50    }
51    
52  src_compile()  src_compile()
53  {  {
54   cd ${SRCDIR}   cd ${SRCDIR}
55    
56   mconfigure \   mconfigure \
57     --with-distro=magellan \
58   --with-rootdir=/ \   --with-rootdir=/ \
59   --with-libexecdir=/usr/$(mlibdir)/${PNAME} \   --with-libexecdir=/usr/$(mlibdir)/${PNAME} \
60   --enable-gtk \   --enable-gtk \

Legend:
Removed from v.6659  
changed lines
  Added in v.6660