Magellan Linux

Diff of /trunk/extras/fribidi/fribidi-1.0.2-r1.smage2

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

revision 30781 by niro, Wed Apr 4 13:11:16 2018 UTC revision 30782 by niro, Wed Apr 4 13:14:04 2018 UTC
# Line 14  DEPEND=">= virtual/glibc" Line 14  DEPEND=">= virtual/glibc"
14  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
15  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17  sminclude multilib mbuild  sminclude multilib meson
18    
19  SRC_URI=(  SRC_URI=(
20   https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}   https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
# Line 22  SRC_URI=( Line 22  SRC_URI=(
22  )  )
23    
24  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball"  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  mautoreconf || die  
 }  

Legend:
Removed from v.30781  
changed lines
  Added in v.30782