Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : libuv | name : libuv | ||||
| version : 1.33.1 | version : 1.41.0 | ||||
| release : 7 | release : 8 | ||||
| source : | source : | ||||
| - https://github.com/libuv/libuv/archive/v1.33.1.tar.gz : 63794499bf5da1720e249d3fc14ff396b70b8736effe6ce5b4e47e0f3d476467 | - https://github.com/libuv/libuv/archive/refs/tags/v1.41.0.tar.gz : 6cfeb5f4bab271462b4a2cc77d4ecec847fdbdc26b72019c27ae21509e6f94fa | ||||
| license : MIT | |||||
| component : programming | |||||
| homepage : https://libuv.org | homepage : https://libuv.org | ||||
| license : MIT | |||||
| component : programming.library | |||||
| summary : A multi-platform support library with a focus on asynchronous I/O | summary : A multi-platform support library with a focus on asynchronous I/O | ||||
| description: | | description: | | ||||
| libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily | libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others. | ||||
| developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others. | |||||
| setup : | | setup : | | ||||
| %autogen --disable-static | %cmake_ninja | ||||
| build : | | build : | | ||||
| %make | %ninja_build | ||||
| install : | | install : | | ||||
| %make_install | %ninja_install | ||||
| rm -f $installdir/usr/lib64/{pkgconfig/libuv-static.pc,*.a} | |||||
| rm -rf $installdir/usr/share | |||||
| check : | | check : | | ||||
| # tests 213 & 214 fail in the sandbox | # tests 213 & 214 fail in the sandbox | ||||
| %make check || : | %ninja_check || : | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.