2009-03-14 00:03:59 +01:00
|
|
|
# Template file for 'libevent'
|
|
|
|
pkgname=libevent
|
2012-05-22 08:51:39 +02:00
|
|
|
version=2.0.19
|
2009-03-14 00:03:59 +01:00
|
|
|
wrksrc="$pkgname-$version-stable"
|
2011-10-03 23:16:46 +02:00
|
|
|
distfiles="https://github.com/downloads/$pkgname/$pkgname/$pkgname-$version-stable.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="openssl-devel"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2009-03-14 00:03:59 +01:00
|
|
|
short_desc="Abstract asynchronous event notification library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-20 16:45:18 +02:00
|
|
|
homepage="http://www.monkey.org/~provos/libevent/"
|
|
|
|
license="GPL-2"
|
2012-05-22 08:51:39 +02:00
|
|
|
checksum=1591fb411a67876a514a33df54b85417b31e01800284bcc6894fc410c3eaea21
|
2009-03-14 00:03:59 +01:00
|
|
|
long_desc="
|
|
|
|
The libevent API provides a mechanism to execute a callback function
|
|
|
|
when a specific event occurs on a file descriptor or after a timeout
|
|
|
|
has been reached. libevent is meant to replace the asynchronous event
|
|
|
|
loop found in event driven network servers. An application just needs
|
|
|
|
to call event_dispatch() and can then add or remove events dynamically
|
|
|
|
without having to change the event loop."
|
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|