Browse Source

inotify-tools: update to version 3.20.2.2

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 5 years ago
parent
commit
4de7d7cf10
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      utils/inotify-tools/Makefile

+ 9
- 3
utils/inotify-tools/Makefile View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=inotify-tools 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_RELEASE:=1
PKG_SOURCE_URL:=https://codeload.github.com/rvoicilas/inotify-tools/tar.gz/$(PKG_VERSION)? 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 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 define Package/inotify-tools/Default
URL:=https://github.com/rvoicilas/inotify-tools/wiki URL:=https://github.com/rvoicilas/inotify-tools/wiki
endef endef
@ -86,7 +93,6 @@ define Package/libinotifytools/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
endef endef
define Build/InstallDev define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/inotifytools $(INSTALL_DIR) $(1)/usr/include/inotifytools
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/inotifytools/* $(1)/usr/include/inotifytools/ $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/inotifytools/* $(1)/usr/include/inotifytools/


Loading…
Cancel
Save