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"
|
2019-01-21 14:53:58 +02:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-12-20 15:16:34 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2020-11-22 13:45:41 +00:00
|
|
|
TERMUX_PKG_VERSION=3.20.11.0
|
2020-01-13 03:00:07 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/rvoicilas/inotify-tools/archive/${TERMUX_PKG_VERSION}.tar.gz
|
2020-11-22 13:45:41 +00:00
|
|
|
TERMUX_PKG_SHA256=58a3cde89e4a5111a87ac16b56b06a8f885460fca0aea51b69c856ce30a37a14
|
2019-07-20 11:42:33 +03:00
|
|
|
TERMUX_PKG_BREAKS="inotify-tools-dev"
|
|
|
|
TERMUX_PKG_REPLACES="inotify-tools-dev"
|
2019-08-12 18:28:41 +03:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2015-06-13 01:03:31 +02:00
|
|
|
|
2016-09-03 18:45:08 -04:00
|
|
|
termux_step_pre_configure() {
|
2018-05-19 00:55:59 +02:00
|
|
|
./autogen.sh
|
2016-09-03 18:45:08 -04:00
|
|
|
}
|
2015-06-13 01:03:31 +02:00
|
|
|
|
2019-02-08 17:37:29 +08:00
|
|
|
termux_step_make() {
|
2018-05-19 00:55:59 +02:00
|
|
|
:
|
2015-06-13 01:03:31 +02:00
|
|
|
}
|
|
|
|
|
2019-02-08 17:37:29 +08:00
|
|
|
termux_step_make_install() {
|
2015-06-13 01:03:31 +02:00
|
|
|
# the command-line tools needs the libinotifytools installed before building
|
|
|
|
make -C libinotifytools install
|
|
|
|
make install
|
|
|
|
}
|