2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00

libevent: move to extra

This commit is contained in:
Dylan Araps 2020-01-24 22:48:12 +02:00
parent 86d283cf60
commit 65bd6ad818
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 11 additions and 0 deletions

8
extra/libevent/build Executable file
View File

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

1
extra/libevent/checksums Normal file
View File

@ -0,0 +1 @@
a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d libevent-2.1.11-stable.tar.gz

1
extra/libevent/sources Normal file
View File

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

1
extra/libevent/version Normal file
View File

@ -0,0 +1 @@
2.1.11 1