2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/rvoicilas/inotify-tools/wiki
|
|
|
|
TERMUX_PKG_DESCRIPTION="Programs providing a simple interface to inotify"
|
2018-05-19 00:55:59 +02:00
|
|
|
TERMUX_PKG_VERSION=3.20.1
|
|
|
|
TERMUX_PKG_SHA256=a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac
|
|
|
|
TERMUX_PKG_SRCURL=https://github.com/rvoicilas/inotify-tools/archive/${TERMUX_PKG_VERSION}.tar.gz
|
2016-05-30 08:06:41 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
2015-06-13 01:03:31 +02:00
|
|
|
|
2016-09-04 00:45:08 +02:00
|
|
|
termux_step_pre_configure() {
|
2018-05-19 00:55:59 +02:00
|
|
|
./autogen.sh
|
|
|
|
|
2016-09-04 00:45:08 +02:00
|
|
|
LDFLAGS+=" -llog"
|
|
|
|
}
|
2015-06-13 01:03:31 +02:00
|
|
|
|
|
|
|
termux_step_make () {
|
2018-05-19 00:55:59 +02:00
|
|
|
:
|
2015-06-13 01:03:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
termux_step_make_install () {
|
|
|
|
# the command-line tools needs the libinotifytools installed before building
|
|
|
|
make -C libinotifytools install
|
|
|
|
make install
|
|
|
|
}
|