# Template file for 'libuev'
pkgname=libuev
version=2.4.1
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=aeeca1889a65ee1927845676da2c23f34e4c3ae770dedce8313dc6088bd92d52

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"
	}
}
