colordiff: Update from 1.0.16 to 1.0.18
[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
544181cd 5TERMUX_PKG_SHA256=222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f
c230f2f9 6TERMUX_PKG_BUILD_IN_SRC=yes
59f0d218 7
7ce56385
FF
8termux_step_pre_configure() {
9 LDFLAGS+=" -llog"
10}
59f0d218
FF
11
12termux_step_make () {
13 continue
14}
15
16termux_step_make_install () {
17 # the command-line tools needs the libinotifytools installed before building
18 make -C libinotifytools install
19 make install
20}