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 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 community/libevent/build (limited to 'community/libevent/build') 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 -- cgit v1.2.3