# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json name : libevent version : 2.1.12 release : 14 source : - https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz : 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb homepage : https://libevent.org/ 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 -i $pkgfiles/0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch %patch -Np1 -i $pkgfiles/EVENT__SIZEOF_TIME_T.patch %configure_no_runstatedir --disable-static build : | %make install : | %make_install check : | # Networking tests failing %make check || :