Magellan Linux

Diff of /branches/R11-unstable/core/rp-pppoe/rp-pppoe-3.12-r1.smage2

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

revision 27099 by niro, Fri Nov 13 12:50:42 2015 UTC revision 27100 by niro, Fri Nov 13 12:55:53 2015 UTC
# Line 15  DEPEND=">= sys-apps/net-tools-1.60 Line 15  DEPEND=">= sys-apps/net-tools-1.60
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}/src"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}/src"
17    
18  RCVER=1.2  sminclude mbuild mtools systemd
   
 sminclude mbuild mtools sysvinit  
19  msetfeature "!check"  msetfeature "!check"
20    
21  SRC_URI=(  SRC_URI=(
22   http://www.roaringpenguin.com/files/download/${SRCFILE}   http://www.roaringpenguin.com/files/download/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/pppoe.rc-${RCVER}   mirror://${PNAME}/pppoe.service
25   mirror://${PNAME}/dsl-provider   mirror://${PNAME}/dsl-provider
26  )  )
27    
# Line 38  src_install() Line 36  src_install()
36   gzip -9 ${BINDIR}/usr/share/doc/${PNAME}-${PVER}/* || die   gzip -9 ${BINDIR}/usr/share/doc/${PNAME}-${PVER}/* || die
37    
38   # initscripts (we may remove this and use ppp only!)   # initscripts (we may remove this and use ppp only!)
39   minstallrc pppoe.rc-${RCVER} pppoe || die   minstallunit pppoe.service || die
40    
41   # ppp helpers   # ppp helpers
42   minstalldir /etc/ppp/peers || die   minstalldir /etc/ppp/peers || die

Legend:
Removed from v.27099  
changed lines
  Added in v.27100