ruby: Patches for shebangs on installed gems
[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
c230f2f9 5TERMUX_PKG_BUILD_IN_SRC=yes
59f0d218 6
7ce56385
FF
7termux_step_pre_configure() {
8 LDFLAGS+=" -llog"
9}
59f0d218
FF
10
11termux_step_make () {
12 continue
13}
14
15termux_step_make_install () {
16 # the command-line tools needs the libinotifytools installed before building
17 make -C libinotifytools install
18 make install
19}