Magellan Linux

Annotation of /trunk/core/libuv/libuv-1.32.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32936 - (hide annotations) (download)
Mon Oct 7 07:29:30 2019 UTC (4 years, 7 months ago) by niro
File size: 620 byte(s)
auto added: ver bump to 1.32.0-r1
1 niro 32936 # $Id$
2    
3     PNAME="libuv"
4     PVER="1.32.0"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="Multi-platform support library with a focus on asynchronous I/O."
10     HOMEPAGE="http://libuv.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="v${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib python3 mbuild
18    
19     SRC_URI=(
20     ftp://xmlsoft.org/${PNAME}/${SRCFILE}
21     https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2SEPERATOR="v"
26     UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     all-abis ./autogen.sh || die
32     }