28 lines
745 B
Text
28 lines
745 B
Text
# Template build file for 'libuv'
|
|
pkgname=libuv
|
|
version=1.0.2
|
|
revision=1
|
|
wrksrc="${pkgname}-v${version}"
|
|
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
license="BSD/ISC"
|
|
build_style="gnu-configure"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
homepage="http://libuv.org/"
|
|
distfiles="http://libuv.org/dist/v${version}/libuv-v${version}.tar.gz"
|
|
checksum=abd9790bf66a650c3cf3b2c74754e0ab79ffdf3afacd41ae78d71b975de14800
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
libuv-devel_package() {
|
|
depends="libuv>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|