Magellan Linux

Diff of /smage/trunk/extras/nodejs/nodejs-14.9.0-r1.smage2

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

revision 15428 by niro, Mon Aug 31 11:30:33 2020 UTC revision 15430 by niro, Mon Aug 31 11:33:22 2020 UTC
# Line 22  SDEPEND=">= dev-lang/python3-3.7 Line 22  SDEPEND=">= dev-lang/python3-3.7
22   >= net-dns/c-ares-dev-1.16   >= net-dns/c-ares-dev-1.16
23   >= net-libs/libnghttp2-dev-1.41"   >= net-libs/libnghttp2-dev-1.41"
24    
25  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-v${PVER}.tar.gz"
26  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-v${PVER}"
27    
28  #ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"  #ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
29  sminclude mbuild #alx-split  sminclude mbuild #alx-split
30    
31  SRC_URI=(  SRC_URI=(
  https://github.com/${PNAME}/${PNAME}/releases/downloads/v${PVER}/${SRCFILE}  
32   https://nodejs.org/dist/v${PVER}/${SRCFILE}   https://nodejs.org/dist/v${PVER}/${SRCFILE}
33   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
34  )  )

Legend:
Removed from v.15428  
changed lines
  Added in v.15430