Magellan Linux

Diff of /smage/trunk/extras/nssl/nssl-005-r1.smage2

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

revision 7056 by niro, Fri Sep 4 09:49:40 2015 UTC revision 7057 by niro, Fri Sep 4 09:51:27 2015 UTC
# Line 16  SDEPEND=">= virtual/kernel-headers Line 16  SDEPEND=">= virtual/kernel-headers
16  SRCFILE="${PNAME}.${PVER}.tgz"  SRCFILE="${PNAME}.${PVER}.tgz"
17  SRCDIR="${BUILDDIR}/${PNAME}"  SRCDIR="${BUILDDIR}/${PNAME}"
18    
19  sminclude mbuild  msetfeature "!check"
20    sminclude mtools mbuild
21    
22  SRC_URI=(  SRC_URI=(
23   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
# Line 24  SRC_URI=( Line 25  SRC_URI=(
25  )  )
26    
27  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
28    
29    src_install()
30    {
31     cd ${SRCDIR}
32     minstallexec nssl || die
33    }

Legend:
Removed from v.7056  
changed lines
  Added in v.7057