forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update netdata to 1.7.0 Update URL Clean up some more stray image files (smaller package) Signed-off-by: Daniel Engberg <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=netdata | ||
PKG_VERSION:=1.6.0 | ||
PKG_VERSION:=1.7.0 | ||
PKG_RELEASE:=1 | ||
PKG_MAINTAINER:=Daniel Engberg <[email protected]> | ||
PKG_LICENSE:=GPL-3.0 | ||
PKG_LICENSE_FILES:=COPYING | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | ||
PKG_SOURCE_URL:=https://github.com/firehol/netdata/releases/download/v$(PKG_VERSION) | ||
PKG_HASH:=7839491f6e8b297cc8c28ca96845ff087f7961a12b92aa0eea1f66528da8bdaf | ||
PKG_HASH:=7fa23ceaccf6548fba165cd4839ce694784b2fcf7f90de0a0162b9c529805fc0 | ||
|
||
PKG_INSTALL:=1 | ||
PKG_FIXUP:=autoreconf | ||
|
@@ -28,14 +28,16 @@ define Package/netdata | |
CATEGORY:=Administration | ||
DEPENDS:=+zlib +libuuid | ||
TITLE:=Real-time performance monitoring tool | ||
URL:=http://netdata.firehol.org/ | ||
URL:=https://my-netdata.io/ | ||
endef | ||
|
||
define Package/netdata/description | ||
netdata is a highly optimized Linux daemon providing real-time performance | ||
monitoring for Linux systems, applications and SNMP devices over the web. | ||
endef | ||
|
||
CONFIGURE_ARGS += --with-zlib --with-math --disable-x86-sse --disable-lto | ||
|
||
define Package/netdata/conffiles | ||
/etc/netdata/ | ||
endef | ||
|
@@ -46,9 +48,7 @@ define Package/netdata/install | |
$(CP) ./files/netdata.conf $(1)/etc/netdata | ||
mkdir -p $(1)/usr/share/netdata | ||
$(CP) $(PKG_INSTALL_DIR)/usr/share/netdata $(1)/usr/share | ||
rm $(1)/usr/share/netdata/web/images/animated.gif | ||
rm -rf $(1)/usr/share/netdata/web/images/seo-*.png | ||
rm -rf $(1)/usr/share/netdata/web/images/post.png | ||
rm -rf $(1)/usr/share/netdata/web/images | ||
rm -rf $(1)/usr/share/netdata/web/old | ||
rm $(1)/usr/share/netdata/web/demo*html | ||
rm $(1)/usr/share/netdata/web/fonts/*.svg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters