Magellan Linux

Annotation of /smage/branches/alx07x-unstable/extras/libuv/libuv-1.39.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15592 - (hide annotations) (download)
Tue Sep 15 10:51:14 2020 UTC (3 years, 8 months ago) by niro
File size: 723 byte(s)
-release branches/alx07x-unstable
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     msetfeature "!check" # no python-sphinx in the tree atm
19     sminclude multilib python3 mbuild alx-split
20    
21     SRC_URI=(
22     ftp://xmlsoft.org/${PNAME}/${SRCFILE}
23     https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2SEPERATOR="v"
28     UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
29    
30     src_prepare()
31     {
32     munpack ${SRCFILE} || die
33     all-abis ./autogen.sh || die
34     }