Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30658 - (show annotations) (download)
Mon Mar 5 13:09:24 2018 UTC (6 years, 1 month ago) by niro
File size: 620 byte(s)
auto added: ver bump to 1.19.2-r1
1 # $Id$
2
3 PNAME="libuv"
4 PVER="1.19.2"
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 sminclude multilib python3 mbuild
18
19 SRC_URI=(
20 ftp://xmlsoft.org/${PNAME}/${SRCFILE}
21 https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2SEPERATOR="v"
26 UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 all-abis ./autogen.sh || die
32 }