UmVirt LFS Package info
DB commit: a1c087427053c3732f19d41cf80e95056e8f8613
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
libuv
The libuv package is a multi-platform support library with a focus on asynchronous I/O.Package info
Template:
Codename: libuv
Source file: libuv-v1.50.0.tar.gz
Source file size: 1340083
Source file MD5-checkum: d346e03fe1ca89d877f9d1431ef97cec
Source directory: libuv-v1.50.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libuv-v1.50.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libuv-v1.50.0.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: xmrig, bind-utils, nodejs, bind, cmake.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
ACLOCALTMP=$ACLOCAL
export ACLOCAL=""
sh autogen.sh &&
./configure --prefix=/usr $ARG_STATIC
export ACLOCAL=$ACLOCALTMP
Build script:
make
Install script:
make install