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).
This commit is contained in:
Fredrik Fornwall 2016-08-11 22:43:08 -04:00
parent d31b50fe72
commit de15ecbe2b
1 changed files with 4 additions and 8 deletions

View File

@ -1,14 +1,10 @@
TERMUX_PKG_HOMEPAGE=https://www.nowsecure.com
TERMUX_PKG_DESCRIPTION="FileSystem Monitor"
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_PKG_BUILD_IN_SRC=yes
termux_step_make() {
make CC=${CC} FANOTIFY_CFLAGS="-DHAVE_FANOTIFY=1 -DHAVE_SYS_FANOTIFY=0"
}
termux_step_make_install() {
make install PREFIX="${prefix}"
make FANOTIFY_CFLAGS="-DHAVE_FANOTIFY=1 -DHAVE_SYS_FANOTIFY=0"
}