mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
inotify-tools: update to version 3.20.2.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user