termux-api: Add options to termux-notification
[termux-packages] / packages / libev / build.sh
CommitLineData
66d8fdda
FF
1TERMUX_PKG_HOMEPAGE=http://software.schmorp.de/pkg/libev.html
2TERMUX_PKG_DESCRIPTION="Full-featured and high-performance event loop library"
1b542a81 3TERMUX_PKG_VERSION=4.23
66d8fdda 4TERMUX_PKG_SRCURL=http://dist.schmorp.de/libev/libev-${TERMUX_PKG_VERSION}.tar.gz
1b542a81 5TERMUX_PKG_SHA256=c7fe743e0c3b50dd34bf222ebdba4e8acac031d41ce174f17890f8f84eeddd7a
66d8fdda 6
eaf33403
FF
7termux_step_pre_configure() {
8 CFLAGS+=" -Dfd_mask=int"
9}