libev: update to 4.11.

This commit is contained in:
Juan RP 2012-05-23 09:44:11 +02:00
parent b84c870088
commit 7019a58103
2 changed files with 5 additions and 8 deletions

View File

@ -5,14 +5,12 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." 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/include usr
vmove "usr/lib/*.a" usr/lib
# Conflicts with libevent, not necessary. # Conflicts with libevent, not necessary.
rm -f ${DESTDIR}/usr/include/event.h rm -f ${DESTDIR}/usr/include/event.h
vmove "usr/lib/*.a" usr/lib
} }

View File

@ -1,14 +1,13 @@
# Template file for 'libev' # Template file for 'libev'
pkgname=libev pkgname=libev
version=4.04 version=4.11
build_style=gnu-configure build_style=gnu-configure
homepage="http://software.schmorp.de/pkg/${pkgname}.html" homepage="http://software.schmorp.de/pkg/${pkgname}.html"
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
revision=2
short_desc="High-performance event loop loosely modelled after libevent" short_desc="High-performance event loop loosely modelled after libevent"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2, BSD" license="GPL-2, BSD"
checksum=ab3a09e967e3b868055cd9363fd236aa093f8643d19cc7042e90e0dfe905b012 checksum=9f55f16ff6e4d60a1b1fa7f4962af69768468f0d7c362aab6387f52020938cdf
long_desc=" long_desc="
A full-featured and high-performance (see benchmark) event loop that is A full-featured and high-performance (see benchmark) event loop that is
loosely modelled after libevent, but without its limitations and bugs. It is loosely modelled after libevent, but without its limitations and bugs. It is