termux-packages/packages/fsmon/build.sh
Fredrik Fornwall de15ecbe2b fsmon: Small cleanup
- Update homepage to where fsmon is mentioned.
- Add a bit to the description.
- Remove termux_step_make_install (PREFIX is already exported).
2016-08-11 22:43:08 -04:00

11 lines
413 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/nowsecure/fsmon
TERMUX_PKG_DESCRIPTION="Filesystem monitor with fanotify and inotify backends"
TERMUX_PKG_VERSION=1.4
TERMUX_PKG_SRCURL=https://github.com/nowsecure/fsmon/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_FOLDERNAME="fsmon-$TERMUX_PKG_VERSION"
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_make() {
make FANOTIFY_CFLAGS="-DHAVE_FANOTIFY=1 -DHAVE_SYS_FANOTIFY=0"
}