From b63a13193f8e721d0147c4f1d2fb54e662390899 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 5 Jan 2018 10:07:17 +0100 Subject: [PATCH] inotify-ttols: add version 3.14 inotifywa{it,tch} - gather filesystem access statistics using inotify inotifywait - efficiently waits for changes to files using Linux's inotify(7) interface. It is suitable for waiting for changes to files from shell scripts. --- inotify-tools.be0 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 inotify-tools.be0 diff --git a/inotify-tools.be0 b/inotify-tools.be0 new file mode 100755 index 000000000..4d307d8f9 --- /dev/null +++ b/inotify-tools.be0 @@ -0,0 +1,41 @@ +#!/usr/bin/env beesh + +# BEE_VERSION inotify-tools-3.14-1 +SRCURL[0]="https://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# EXCLUDE+=() + +build_in_sourcedir + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure --disable-doxygen +} + +#mee_configure_post() { +# bash +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +mee_install_post() { + rm -v ${D}${LIBDIR}/libinotifytools.a + rm -vr ${D}${DOCDIR} + rm -vr ${D}${DATAROOTDIR}/doc +} +## by default this may be 'make install DESTDIR="${D}"'