inotify-tools: update to version 3.20.2.2
authorDaniel Golle <redacted>
Sun, 7 Jun 2020 17:31:18 +0000 (18:31 +0100)
committerDaniel Golle <redacted>
Sun, 7 Jun 2020 17:54:49 +0000 (18:54 +0100)
Signed-off-by: Daniel Golle <redacted>
utils/inotify-tools/Makefile

index 6d8173951f6d78949ba7e569f2f2ab7b252afb26..5f5b6468892f1cf7b907369df8c24c9184645e59 100644 (file)
@@ -1,8 +1,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=inotify-tools
-PKG_VERSION:=3.20.1
-PKG_HASH:=a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac
+PKG_VERSION:=3.20.2.2
+PKG_HASH:=770fb1d94ace659f975d7494e3ab8b421a6aab930b9c37c7c290ab5280abb7b8
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://codeload.github.com/rvoicilas/inotify-tools/tar.gz/$(PKG_VERSION)?
@@ -17,6 +17,13 @@ PKG_FIXUP:=autoreconf
 
 include $(INCLUDE_DIR)/package.mk
 
+CONFIGURE_ARGS+= --disable-doxygen
+
+define Build/Prepare
+       $(call Build/Prepare/Default)
+       $(CP) $(PKG_BUILD_DIR)/README.md $(PKG_BUILD_DIR)/README
+endef
+
 define Package/inotify-tools/Default
   URL:=https://github.com/rvoicilas/inotify-tools/wiki
 endef
@@ -86,7 +93,6 @@ define Package/libinotifytools/install
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
 endef
 
-
 define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/include/inotifytools
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/inotifytools/* $(1)/usr/include/inotifytools/
git clone https://git.99rst.org/PROJECT