libev: update to 4.24

This commit is contained in:
Alessio Sergi 2016-12-28 19:57:02 +01:00
parent fb8837c20b
commit 48649e632a
1 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'libev'
pkgname=libev
version=4.23
version=4.24
revision=1
build_style=gnu-configure
short_desc="High-performance event loop loosely modelled after libevent"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, BSD"
homepage="http://software.schmorp.de/pkg/${pkgname}.html"
license="GPL-2, 2-clause-BSD"
homepage="http://software.schmorp.de/pkg/libev.html"
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=c7fe743e0c3b50dd34bf222ebdba4e8acac031d41ce174f17890f8f84eeddd7a
checksum=973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821
post_install() {
# Conflicts with libevent, not necessary.
@ -19,9 +19,9 @@ libev-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - Development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/share/man
}
}