Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32937 - (hide annotations) (download)
Mon Oct 7 07:40:13 2019 UTC (4 years, 7 months ago) by niro
File size: 676 byte(s)
-disable src_check, no python-sphinx in the tree
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 niro 32937 msetfeature "!check" # no python-sphinx in the tree atm
18 niro 32936 sminclude multilib python3 mbuild
19    
20     SRC_URI=(
21     ftp://xmlsoft.org/${PNAME}/${SRCFILE}
22     https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2SEPERATOR="v"
27     UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
28    
29     src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     all-abis ./autogen.sh || die
33     }