mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 02:14:41 -07:00
libevent: new package at 2.1.10
This commit is contained in:
parent
2ff65ab396
commit
2eb119d7af
8
testing/libevent/build
Executable file
8
testing/libevent/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
testing/libevent/checksums
Normal file
1
testing/libevent/checksums
Normal file
@ -0,0 +1 @@
|
||||
e864af41a336bb11dab1a23f32993afe963c1f69618bd9292b89ecf6904845b0 libevent-2.1.10-stable.tar.gz
|
1
testing/libevent/sources
Normal file
1
testing/libevent/sources
Normal 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
1
testing/libevent/version
Normal file
@ -0,0 +1 @@
|
||||
2.1.10 1
|
Loading…
Reference in New Issue
Block a user