libev: update to 4.24

This commit is contained in:
Alessio Sergi 2016-12-28 19:57:02 +01:00
parent fb8837c20b
commit 48649e632a

View File

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