aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/libevent/libevent_1.4.14b-stable.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libevent/libevent_1.4.14b-stable.bb b/recipes/libevent/libevent_1.4.14b-stable.bb
new file mode 100644
index 0000000000..d211c82023
--- /dev/null
+++ b/recipes/libevent/libevent_1.4.14b-stable.bb
@@ -0,0 +1,16 @@
+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"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://monkey.org/~provos/libevent-${PV}.tar.gz"
+
+inherit autotools
+
+SRC_URI[md5sum] = "a00e037e4d3f9e4fe9893e8a2d27918c"
+SRC_URI[sha256sum] = "afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301"