Magellan Linux

Diff of /trunk/core/ssmtp/ssmtp-2.63-r1.smage2

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

revision 3189 by niro, Wed Oct 14 12:39:52 2009 UTC revision 3190 by niro, Wed Oct 14 12:58:51 2009 UTC
# Line 20  PROVIDE="virtual/mta" Line 20  PROVIDE="virtual/mta"
20  SRCFILE="${PNAME}_${PVER}.orig.tar.gz"  SRCFILE="${PNAME}_${PVER}.orig.tar.gz"
21  SRCDIR="${BUILDDIR}/${PNAME}"  SRCDIR="${BUILDDIR}/${PNAME}"
22    
23  sminclude mtools mbuild  sminclude mtools
24    
25  MAILER_CONF_CVS_REV=1.2  MAILER_CONF_CVS_REV=1.2
26    
# Line 33  SRC_URI=( Line 33  SRC_URI=(
33    
34  UP2DATE="updatecmd http://ftp.debian.org/debian/pool/main/${PNAME:0:1}/${PNAME} | grep .tar.gz | sed -n 's/.*_\(.*\).t.*/\1/;s/.orig//;$ p'"  UP2DATE="updatecmd http://ftp.debian.org/debian/pool/main/${PNAME:0:1}/${PNAME} | grep .tar.gz | sed -n 's/.*_\(.*\).t.*/\1/;s/.orig//;$ p'"
35    
36    src_prepare()
37    {
38     munpack ${SRCFILE} || die
39    }
40    
41  src_compile()  src_compile()
42  {  {
43   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.3189  
changed lines
  Added in v.3190