Magellan Linux

Contents of /trunk/core/libuv/libuv-1.46.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33437 - (show annotations) (download)
Wed Jul 19 11:41:41 2023 UTC (9 months, 3 weeks ago) by niro
File size: 676 byte(s)
-ver bump to 1.46.0-r1
1 # $Id$
2
3 PNAME="libuv"
4 PVER="1.46.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 }