ldc: Update from 1.8 to 1.9
[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
9e425e97 4TERMUX_PKG_REVISION=1
2706f44c 5TERMUX_PKG_SRCURL=https://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${TERMUX_PKG_VERSION}.tar.gz
544181cd 6TERMUX_PKG_SHA256=222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f
c230f2f9 7TERMUX_PKG_BUILD_IN_SRC=yes
59f0d218 8
7ce56385
FF
9termux_step_pre_configure() {
10 LDFLAGS+=" -llog"
11}
59f0d218
FF
12
13termux_step_make () {
14 continue
15}
16
17termux_step_make_install () {
18 # the command-line tools needs the libinotifytools installed before building
19 make -C libinotifytools install
20 make install
21}