libev: update to 4.11.
This commit is contained in:
parent
b84c870088
commit
7019a58103
|
@ -5,14 +5,12 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libev
|
||||
Add_dependency run libev ">=$version"
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
# Conflicts with libevent, not necessary.
|
||||
rm -f ${DESTDIR}/usr/include/event.h
|
||||
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'libev'
|
||||
pkgname=libev
|
||||
version=4.04
|
||||
version=4.11
|
||||
build_style=gnu-configure
|
||||
homepage="http://software.schmorp.de/pkg/${pkgname}.html"
|
||||
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
revision=2
|
||||
short_desc="High-performance event loop loosely modelled after libevent"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="GPL-2, BSD"
|
||||
checksum=ab3a09e967e3b868055cd9363fd236aa093f8643d19cc7042e90e0dfe905b012
|
||||
checksum=9f55f16ff6e4d60a1b1fa7f4962af69768468f0d7c362aab6387f52020938cdf
|
||||
long_desc="
|
||||
A full-featured and high-performance (see benchmark) event loop that is
|
||||
loosely modelled after libevent, but without its limitations and bugs. It is
|
||||
|
|
Loading…
Reference in New Issue