aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libevent/libevent_1.1a.bb
blob: 650673e744085050d5082fe2d0aa3c8114dd0377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "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. \
Furthermore, libevent also support callbacks due to signals or regular timeouts."
HOMEPAGE = "http://www.monkey.org/~provos/libevent/"
SECTION = "libs"
AUTHOR = "Niels Provos <provos@citi.umich.edu>"
LICENSE = "BSD"

SRC_URI = "http://monkey.org/~provos/libevent-${PV}.tar.gz"

inherit autotools

SRC_URI[md5sum] = "6cc776458ecaf9247550863702a44d7c"
SRC_URI[sha256sum] = "1725cd3dd9ec87a68316c36a50ab653c7e9581c91f9b1b7e9af42a9c7c499d8e"