# Template file for 'libuev'
pkgname=libuev
version=2.4.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Lightweight event loop library"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://github.com/troglobit/libuev"
changelog="https://github.com/troglobit/libuev/raw/master/ChangeLog.md"
distfiles="https://github.com/troglobit/libuev/archive/v${version}.tar.gz"
checksum=671ce75d06b2620535171bfe1751db0511a19dfcc791d4f0f0c3cb53bf237b3a

pre_configure() {
	./autogen.sh
}

post_install() {
	vlicense LICENSE
	rm -f ${DESTDIR}/usr/share/doc/libuev/LICENSE
}

libuev-devel_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove usr/share/doc
		vmove "usr/lib/*.a"
		vmove "usr/lib/*.so"
	}
}
