Magellan Linux

Diff of /smage/branches/alx07x-stable/extras/gd/gd-2.3.0-r1.smage2

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

revision 14326 by niro, Wed Jul 8 20:28:24 2020 UTC revision 14328 by niro, Wed Jul 8 20:33:58 2020 UTC
# Line 37  SRCFILE="lib${PNAME}-${PVER}.tar.xz" Line 37  SRCFILE="lib${PNAME}-${PVER}.tar.xz"
37  SRCDIR="${BUILDDIR}/lib${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/lib${PNAME}-${PVER}"
38    
39  ALX_PKG_KEEP="usr/$(mlibdir)/*.so.* usr/bin"  ALX_PKG_KEEP="usr/$(mlibdir)/*.so.* usr/bin"
40    msetfeature "!check"
41  sminclude mbuild alx-split  sminclude mbuild alx-split
42    
43  SRC_URI=(  SRC_URI=(
44   https://github.com/libgd/libgd/releases/${PNAME}-${PVER}/${SRCFILE}   https://github.com/libgd/libgd/releases/download/${PNAME}-${PVER}/${SRCFILE}
45   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
46  )  )
47    

Legend:
Removed from v.14326  
changed lines
  Added in v.14328