Magellan Linux

Annotation of /smage/trunk/extras/libuv/libuv-1.39.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15424 - (hide annotations) (download)
Mon Aug 31 11:22:28 2020 UTC (3 years, 8 months ago) by niro
File size: 751 byte(s)
-alx-ify
1 niro 15424 # $Id$
2    
3     PNAME="libuv"
4     PVER="1.39.0"
5     PBUILD="r2"
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     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18     sminclude mbuild alx-split
19    
20     msetfeature "!check" # no python-sphinx in the tree atm
21     sminclude multilib python3 mbuild alx-split
22    
23     SRC_URI=(
24     ftp://xmlsoft.org/${PNAME}/${SRCFILE}
25     https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2SEPERATOR="v"
30     UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
31    
32     src_prepare()
33     {
34     munpack ${SRCFILE} || die
35     all-abis ./autogen.sh || die
36     }