aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-27 16:33:20 +0300
committerCem Keylan <cem@ckyln.com>2021-09-27 16:33:20 +0300
commit25617c6ab5a60cd527e3fbc174be8c2c7f4b25dd (patch)
treefd193ae7abee0b41224eb6bf8d6c87eb051f017a
parentfd3969578da914a8769a75cb0fbcf4e8f7f840e4 (diff)
downloadrepository-25617c6ab5a60cd527e3fbc174be8c2c7f4b25dd.tar.gz
libevent: add new package at 2.1.12
-rwxr-xr-xcommunity/libevent/build9
-rw-r--r--community/libevent/checksums1
-rw-r--r--community/libevent/meta3
-rw-r--r--community/libevent/sources1
-rw-r--r--community/libevent/version1
5 files changed, 15 insertions, 0 deletions
diff --git a/community/libevent/build b/community/libevent/build
new file mode 100755
index 00000000..657025c6
--- /dev/null
+++ b/community/libevent/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-shared \
+ --enable-function-sections
+
+make
+make DESTDIR="$1" install
diff --git a/community/libevent/checksums b/community/libevent/checksums
new file mode 100644
index 00000000..dc8fe3c3
--- /dev/null
+++ b/community/libevent/checksums
@@ -0,0 +1 @@
+92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb libevent-2.1.12-stable.tar.gz
diff --git a/community/libevent/meta b/community/libevent/meta
new file mode 100644
index 00000000..887cd4cc
--- /dev/null
+++ b/community/libevent/meta
@@ -0,0 +1,3 @@
+description: Abstract asynchronous event notification library
+license: BSD-3-Clause
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/libevent/sources b/community/libevent/sources
new file mode 100644
index 00000000..ab57f046
--- /dev/null
+++ b/community/libevent/sources
@@ -0,0 +1 @@
+https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
diff --git a/community/libevent/version b/community/libevent/version
new file mode 100644
index 00000000..19d8e60a
--- /dev/null
+++ b/community/libevent/version
@@ -0,0 +1 @@
+2.1.12 1