commit
bef63b0c99
2 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.6.1
|
||||
version=1.9.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||
|
@ -10,12 +10,16 @@ build_style="gnu-configure"
|
|||
hostmakedepends="automake libtool pkg-config"
|
||||
homepage="http://libuv.org/"
|
||||
distfiles="http://dist.libuv.org/dist/v${version}/libuv-v${version}.tar.gz"
|
||||
checksum=1a0b8030bc45a2c7b7cf44a89837bb43cf9e4484d8eb94652877f6dfdffc2a5f
|
||||
checksum=d595b2725abcce851c76239aab038adc126c58714cfb572b2ebb2d21b3593842
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libuv-devel_package() {
|
||||
depends="libuv>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
3
srcpkgs/libuv/update
Normal file
3
srcpkgs/libuv/update
Normal file
|
@ -0,0 +1,3 @@
|
|||
site=http://dist.libuv.org/dist/
|
||||
pattern='v\K[\d.]+(?=\/)'
|
||||
|
Loading…
Reference in a new issue