command-not-found: Update with new commands
[termux-packages] / packages / libev / build.sh
1 TERMUX_PKG_HOMEPAGE=http://software.schmorp.de/pkg/libev.html
2 TERMUX_PKG_DESCRIPTION="Full-featured and high-performance event loop library"
3 TERMUX_PKG_VERSION=4.23
4 TERMUX_PKG_SRCURL=http://dist.schmorp.de/libev/libev-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=c7fe743e0c3b50dd34bf222ebdba4e8acac031d41ce174f17890f8f84eeddd7a
6
7 termux_step_pre_configure() {
8 CFLAGS+=" -Dfd_mask=int"
9 }