mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
11
package/inotify-tools/Config.in
Normal file
11
package/inotify-tools/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_INOTIFY_TOOLS
|
||||
bool "inotify-tools"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
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
|
||||
3
package/inotify-tools/inotify-tools.hash
Normal file
3
package/inotify-tools/inotify-tools.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac inotify-tools-3.20.1.tar.gz
|
||||
sha256 e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6 COPYING
|
||||
14
package/inotify-tools/inotify-tools.mk
Normal file
14
package/inotify-tools/inotify-tools.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# inotify-tools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
INOTIFY_TOOLS_VERSION = 3.20.1
|
||||
INOTIFY_TOOLS_SITE = $(call github,rvoicilas,inotify-tools,$(INOTIFY_TOOLS_VERSION))
|
||||
INOTIFY_TOOLS_LICENSE = GPL-2.0+
|
||||
INOTIFY_TOOLS_LICENSE_FILES = COPYING
|
||||
INOTIFY_TOOLS_INSTALL_STAGING = YES
|
||||
INOTIFY_TOOLS_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user