Page MenuHomeSolus

package.yml
No OneTemporary

package.yml

name : libevent
version : 2.1.12
release : 11
source :
- https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz : 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
license :
- BSD-3-Clause
component : system.utils
summary : event notification library
description: |
libevent provides a mechanism to execute a callback function when a specific event occurs on a file descriptor, after a timeout has been reached, due to signals, or due to regular timeouts.
setup : |
%patch -p1 < $pkgfiles/0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch
%patch -Np1 < $pkgfiles/EVENT__SIZEOF_TIME_T.patch
%configure --disable-static
build : |
%make
install : |
%make_install
check : |
# Networking tests failing
%make check || :

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 12:56 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5796898
Default Alt Text
package.yml (878 B)

Event Timeline