2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

libevent: new package at 2.1.10

This commit is contained in:
Dylan Araps 2019-07-25 09:19:16 +03:00
parent 2ff65ab396
commit 2eb119d7af
4 changed files with 11 additions and 0 deletions

8
testing/libevent/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
e864af41a336bb11dab1a23f32993afe963c1f69618bd9292b89ecf6904845b0 libevent-2.1.10-stable.tar.gz

1
testing/libevent/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/libevent/libevent/releases/download/release-2.1.10-stable/libevent-2.1.10-stable.tar.gz

1
testing/libevent/version Normal file
View File

@ -0,0 +1 @@
2.1.10 1