Magellan Linux

Diff of /trunk/core/argon2/argon2-20171227-r1.smage2

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

revision 30632 by niro, Thu Feb 8 09:28:05 2018 UTC revision 30635 by niro, Thu Feb 8 09:30:44 2018 UTC
# Line 14  DEPEND=">= virtual/glibc" Line 14  DEPEND=">= virtual/glibc"
14  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
15  SRCDIR="${BUILDDIR}/phc-winner-argon2-${PVER}"  SRCDIR="${BUILDDIR}/phc-winner-argon2-${PVER}"
16    
17    msetfeature "!check" # makefile provide no check function
18  sminclude multilib mbuild  sminclude multilib mbuild
19    
20  SRC_URI=(  SRC_URI=(
# Line 31  src_compile() Line 32  src_compile()
32    
33  src_install()  src_install()
34  {  {
35   mmake OPTTARGET=none DESTDIR=${BINDIR} LIBRARY_REL=$(mlibdir) install || die   mmake OPTTARGET=none DESTDIR=${BINDIR} LIBRARY_REL=\$(mlibdir) install || die
36    
37   # create and install a custon pkgconfig file   # create and install a custon pkgconfig file
38   MCONFIG=${BUILDDIR}/libargon2.pc   MCONFIG=${BUILDDIR}/libargon2.pc

Legend:
Removed from v.30632  
changed lines
  Added in v.30635