aboutsummaryrefslogtreecommitdiff
path: root/community/libevent/build
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 /community/libevent/build
parentfd3969578da914a8769a75cb0fbcf4e8f7f840e4 (diff)
downloadrepository-25617c6ab5a60cd527e3fbc174be8c2c7f4b25dd.tar.gz
libevent: add new package at 2.1.12
Diffstat (limited to 'community/libevent/build')
-rwxr-xr-xcommunity/libevent/build9
1 files changed, 9 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