From bc38f2c8b5acd8ec32f024fe7fa806d7dc6dc1b1 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Mon, 25 Jul 2011 17:46:55 -0400 Subject: inotify-tools: Add new package Adds support for inotify-tools, which are useful for scripting the Linux inotify API. [Peter: needs largefile support] Signed-off-by: Mike Williams Signed-off-by: Peter Korsgaard --- package/inotify-tools/Config.in | 14 ++++++++++++++ package/inotify-tools/inotify-tools.mk | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 package/inotify-tools/Config.in create mode 100644 package/inotify-tools/inotify-tools.mk (limited to 'package/inotify-tools') diff --git a/package/inotify-tools/Config.in b/package/inotify-tools/Config.in new file mode 100644 index 000000000..ed94b3f0e --- /dev/null +++ b/package/inotify-tools/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_INOTIFY_TOOLS + bool "inotify-tools" + depends on BR2_LARGEFILE + help + inotify-tools is a C library and a set of command-line + programs for Linux providing a simple interface to inotify. + These programs can be used to monitor and act upon + filesystem events. Provides the 'inotifywait' and 'inotifywatch' + binaries. + + https://github.com/rvoicilas/inotify-tools + +comment "inotify-tools requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk new file mode 100644 index 000000000..d6378bb05 --- /dev/null +++ b/package/inotify-tools/inotify-tools.mk @@ -0,0 +1,8 @@ +############################################################# +# +# inotify-utils +# +############################################################# +INOTIFY_TOOLS_VERSION = 3.14 +INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools/ +$(eval $(call AUTOTARGETS,package,inotify-tools)) -- cgit v1.2.3