Browse Source

inotify-tools: update to 4.25.9.0

Waldemar Brodkorb 1 tuần trước cách đây
mục cha
commit
45a6f059f8
1 tập tin đã thay đổi với 10 bổ sung5 xóa
  1. 10 5
      package/inotify-tools/Makefile

+ 10 - 5
package/inotify-tools/Makefile

@@ -4,20 +4,23 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		inotify-tools
-PKG_VERSION:=		3.14
+PKG_VERSION:=		4.25.9.0
 PKG_RELEASE:=		1
-PKG_HASH:=		222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f
+PKG_HASH:=		d33a4fd24c72c2d08893f129d724adf725b93dae96c359e4f4e9f32573cc853b
 PKG_DESCR:=		command line programs providing a simple interface to inotify
 PKG_SECTION:=		sys/fs
-PKG_URL:=		https://github.com/rvoicilas/inotify-tools/wiki
-PKG_SITES:=		http://github.com/downloads/rvoicilas/inotify-tools/
+PKG_KDEPENDS:=		inotify-user
+PKG_URL:=		https://github.com/inotify-tools/
+PKG_SITES:=		https://github.com/inotify-tools/inotify-tools/archive/refs/tags/
 
-DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.gz
+DISTFILES:=		$(PKG_VERSION).tar.gz
 
 PKG_SUBPKGS:=		INOTIFYWAIT INOTIFYWATCH LIBINOTIFYTOOLS
 PKGSC_LIBINOTIFYTOOLS:=	libs/misc
 PKGSD_INOTIFYWAIT:=	wait for changes to files using inotify
+PKGSS_INOTIFYWAIT:=	libinotifytools
 PKGSD_INOTIFYWATCH:=	gather filesystem access statistics using inotify
+PKGSS_INOTIFYWATCH:=	libinotifytools
 PKGSD_LIBINOTIFYTOOLS:=	inotify tools library
 
 include $(ADK_TOPDIR)/mk/package.mk
@@ -26,6 +29,8 @@ $(eval $(call PKG_template,INOTIFYWAIT,inotifywait,$(PKG_VERSION)-$(PKG_RELEASE)
 $(eval $(call PKG_template,INOTIFYWATCH,inotifywatch,$(PKG_VERSION)-$(PKG_RELEASE),libinotifytools,$(PKGSD_INOTIFYWATCH),$(PKG_SECTION)))
 $(eval $(call PKG_template,LIBINOTIFYTOOLS,libinotifytools,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKGSD_LIBINOTIFYTOOLS),$(PKGSC_LIBINOTIFYTOOLS)))
 
+AUTOTOOL_STYLE:=	autoreconf
+
 inotifywait-install:
 	$(INSTALL_DIR) $(IDIR_INOTIFYWAIT)/usr/bin
 	$(INSTALL_BIN) $(WRKINST)/usr/bin/inotifywait $(IDIR_INOTIFYWAIT)/usr/bin