php: Update to 5.6.17 and enable socket extension
[termux-packages] / packages / inotify-tools / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=https://github.com/rvoicilas/inotify-tools/wiki
2TERMUX_PKG_DESCRIPTION="Programs providing a simple interface to inotify"
3TERMUX_PKG_VERSION=3.14
2706f44c 4TERMUX_PKG_SRCURL=https://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${TERMUX_PKG_VERSION}.tar.gz
59f0d218
FF
5
6LDFLAGS+=" -llog"
7
8termux_step_make () {
9 continue
10}
11
12termux_step_make_install () {
13 # the command-line tools needs the libinotifytools installed before building
14 make -C libinotifytools install
15 make install
16}