php: Update from 7.1.1 to 7.1.2 and enable pcntl
[termux-packages] / packages / direvent / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.gnu.org.ua/software/direvent/
2 TERMUX_PKG_DESCRIPTION="Monitor of events in file system directories"
3 TERMUX_PKG_VERSION=5.1
4 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/direvent/direvent-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_DEPENDS="libandroid-glob"
6
7 termux_step_pre_configure() {
8 LDFLAGS+=" -llog -landroid-glob"
9 }