From 25617c6ab5a60cd527e3fbc174be8c2c7f4b25dd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 27 Sep 2021 16:33:20 +0300 Subject: libevent: add new package at 2.1.12 --- community/libevent/build | 9 +++++++++ community/libevent/checksums | 1 + community/libevent/meta | 3 +++ community/libevent/sources | 1 + community/libevent/version | 1 + 5 files changed, 15 insertions(+) create mode 100755 community/libevent/build create mode 100644 community/libevent/checksums create mode 100644 community/libevent/meta create mode 100644 community/libevent/sources create mode 100644 community/libevent/version 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 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 -- cgit v1.2.3