|
@ -7,13 +7,15 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=atop |
|
|
PKG_NAME:=atop |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_VERSION:=2.5.0 |
|
|
|
|
|
PKG_LICENSE:=GPL-2.0-or-later |
|
|
|
|
|
PKG_SOURCE_URL:=https://www.atoptool.nl/download/ |
|
|
|
|
|
PKG_HASH:=4b911057ce50463b6e8b3016c5963d48535c0cddeebc6eda817e292b22f93f33 |
|
|
|
|
|
|
|
|
PKG_VERSION:=2.6.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_HASH:=9ec2ca3a571692f7efaa095f99a5106432bcb71cc22cd6c49597ef0481058f72 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com> |
|
|
PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com> |
|
|
|
|
|
PKG_LICENSE:=GPL-2.0-or-later |
|
|
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|
|
|
|
|
@ -23,7 +25,6 @@ define Package/atop |
|
|
TITLE:=System and process monitor for Linux |
|
|
TITLE:=System and process monitor for Linux |
|
|
DEPENDS:=+zlib +libncurses |
|
|
DEPENDS:=+zlib +libncurses |
|
|
URL:=https://www.atoptool.nl/ |
|
|
URL:=https://www.atoptool.nl/ |
|
|
MAINTAINER:=Toni Uhlig <matzeton@googlemail.com> |
|
|
|
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/atop/description |
|
|
define Package/atop/description |
|
|