# Script by Ypnose - http://ywstd.fr # libevent SOLVER="2.1.8" #SOLSRC="https://github.com/libevent/libevent/releases/download/release-${SOLVER}-stable/libevent-${SOLVER}-stable.tar.gz" SOLSRC="libevent-${SOLVER}-stable.tar.xz" SOLSUM="643e0ae1546e9d20a634f784680f0dabf96b3b984963cfb4654d0975d5dfecb0" SOLTWD="libevent-${SOLVER}-stable" SOLLIB="1" run_task() { get_configs def_configure \ --disable-debug-mode \ --disable-openssl \ --disable-shared \ --enable-function-sections \ --enable-static set_flag def_make make install }