X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/798619b91c91405f847b0e48137239f218a4cf15..59f0d218a6ff34c80cf898f6d7ac62555ba8eb11:/packages/inotify-tools/build.sh?ds=sidebyside diff --git a/packages/inotify-tools/build.sh b/packages/inotify-tools/build.sh new file mode 100644 index 00000000..32929655 --- /dev/null +++ b/packages/inotify-tools/build.sh @@ -0,0 +1,16 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/rvoicilas/inotify-tools/wiki +TERMUX_PKG_DESCRIPTION="Programs providing a simple interface to inotify" +TERMUX_PKG_VERSION=3.14 +TERMUX_PKG_SRCURL=http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${TERMUX_PKG_VERSION}.tar.gz + +LDFLAGS+=" -llog" + +termux_step_make () { + continue +} + +termux_step_make_install () { + # the command-line tools needs the libinotifytools installed before building + make -C libinotifytools install + make install +}