libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / libevent / libevent_1.1a.bb
bloba72f3f8f54d665bdec835c765ba82a6594c816d0
1 DESCRIPTION = "The libevent API provides a mechanism to execute a callback function \
2 when a specific event occurs on a file descriptor or after a timeout has been reached. \
3 Furthermore, libevent also support callbacks due to signals or regular timeouts."
4 HOMEPAGE = "http://www.monkey.org/~provos/libevent/"
5 SECTION = "libs"
6 AUTHOR = "Niels Provos <provos@citi.umich.edu>"
7 LICENSE = "BSD"
9 SRC_URI = "http://monkey.org/~provos/libevent-${PV}.tar.gz"
11 inherit autotools
13 do_stage() {
14 autotools_stage_all
18 SRC_URI[md5sum] = "6cc776458ecaf9247550863702a44d7c"
19 SRC_URI[sha256sum] = "1725cd3dd9ec87a68316c36a50ab653c7e9581c91f9b1b7e9af42a9c7c499d8e"