mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
atop: update to 2.11.0
- Remove obsolete patch - Add newly acquired glib2 dependency Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
928ad5766e
commit
e61382c893
@@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=atop
|
PKG_NAME:=atop
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_VERSION:=2.7.1
|
PKG_VERSION:=2.11.0
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.atoptool.nl/download/
|
PKG_SOURCE_URL:=https://www.atoptool.nl/download/
|
||||||
PKG_HASH:=ca48d2f17e071deead5e6e9cc9e388bf6a3270d695e61976b3794d4d927b5c4e
|
PKG_HASH:=9b94c666602efff7bf402ecce706c347f38c39cb63498f9d39626861e5646e20
|
||||||
|
|
||||||
PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com>
|
PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com>
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
@@ -24,7 +24,7 @@ define Package/atop
|
|||||||
SECTION:=admin
|
SECTION:=admin
|
||||||
CATEGORY:=Administration
|
CATEGORY:=Administration
|
||||||
TITLE:=System and process monitor for Linux
|
TITLE:=System and process monitor for Linux
|
||||||
DEPENDS:=+zlib +libncurses
|
DEPENDS:=+zlib +libncurses +glib2
|
||||||
URL:=https://www.atoptool.nl/
|
URL:=https://www.atoptool.nl/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@@ -44,9 +44,6 @@ define Package/atop/description
|
|||||||
network activity per process/thread.
|
network activity per process/thread.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
|
||||||
CFLAGS+="-Wno-misleading-indentation -Wno-unused-const-variable -Wno-format-truncation"
|
|
||||||
|
|
||||||
define Package/atop/install
|
define Package/atop/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/atop $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/atop $(1)/usr/bin/
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -33,7 +33,7 @@ VERS = $(shell ./atop -V 2>/dev/null
|
|
||||||
all: atop atopsar atopacctd atopconvert atopcat
|
|
||||||
|
|
||||||
atop: atop.o $(ALLMODS) Makefile
|
|
||||||
- $(CC) atop.o $(ALLMODS) -o atop -lncursesw -lz -lm -lrt $(LDFLAGS)
|
|
||||||
+ $(CC) $(CFLAGS) atop.o $(ALLMODS) -o atop -lncursesw -lz -lm -lrt $(LDFLAGS)
|
|
||||||
|
|
||||||
atopsar: atop
|
|
||||||
ln -sf atop atopsar
|
|
||||||
Reference in New Issue
Block a user