libuv: update to 1.21.0.
This commit is contained in:
parent
4177675638
commit
a6a0f90984
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'libuv'
|
||||
# Template file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.20.3
|
||||
version=1.21.0
|
||||
revision=1
|
||||
build_style="gnu-configure"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="MIT, CC-BY-SA-4.0"
|
||||
#changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog"
|
||||
homepage="http://libuv.org/"
|
||||
distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz"
|
||||
checksum=43a388687194a15d5f3cc1980d53c405020a3586254c620e5f3c4d241bb9da05
|
||||
homepage="https://libuv.org/"
|
||||
changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog"
|
||||
distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz"
|
||||
checksum=c6f53e4a75d2601db8efe0e837839969de7667d36569110429a0bc8f8229bf59
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
@ -26,7 +26,7 @@ libuv-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue