# # An event notification library. # # The libevent API provides a mechanism to execute a callback function # when a specific event occurs on a file descriptor or after a timeout # has been reached. Furthermore, libevent also support callbacks due # to signals or regular timeouts. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libevent pkgversion=2.1.12 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libevent_2.1.12_amd64-1@libs blurb="An event notification library." homepage="https://libevent.org/" license="3-clause BSD" fetch="https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz" replace=""