summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/libevent/.mtn2git_empty0
-rw-r--r--packages/libevent/libevent_1.1a.bb17
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/libevent/.mtn2git_empty b/packages/libevent/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libevent/.mtn2git_empty
diff --git a/packages/libevent/libevent_1.1a.bb b/packages/libevent/libevent_1.1a.bb
new file mode 100644
index 0000000000..38dbfe0cda
--- /dev/null
+++ b/packages/libevent/libevent_1.1a.bb
@@ -0,0 +1,17 @@
+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>"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "BSD"
+
+SRC_URI = "http://monkey.org/~provos/libevent-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage() {
+ autotools_stage_all
+}
+