Magellan Linux

Contents of /smage/trunk/extras/libuv/libuv-1.39.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15422 - (show annotations) (download)
Mon Aug 31 11:18:00 2020 UTC (3 years, 7 months ago) by niro
File size: 676 byte(s)
auto added: ver bump to 1.39.0-r1
1 # $Id$
2
3 PNAME="libuv"
4 PVER="1.39.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 msetfeature "!check" # no python-sphinx in the tree atm
18 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 }