blob: a5668a3d4eb2c0a938e2ba84acf36a784ff84b61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#############################################################
#
# inotify-utils
#
#############################################################
INOTIFY_TOOLS_VERSION = 3.14
INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools/
INOTIFY_TOOLS_LICENSE = GPL
INOTIFY_TOOLS_LICENSE_FILES = COPYING
INOTIFY_TOOLS_INSTALL_STAGING = YES
$(eval $(autotools-package))
|