@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME := netdata
PKG_NAME := netdata
PKG_VERSION := 1.4.0
PKG_VERSION := 1.4.0
PKG_RELEASE := 1
PKG_MAINTAINER := Sebastian Careba <nitroshift@yahoo.com >
PKG_RELEASE := 2
PKG_MAINTAINER := Daniel Engberg <daniel.engberg.lists@pyret.net >
PKG_LICENSE := GPL-3.0
PKG_LICENSE := GPL-3.0
PKG_LICENSE_FILES := COPYING
PKG_LICENSE_FILES := COPYING
@ -21,8 +21,6 @@ PKG_SOURCE_VERSION:=3028b87ee19e8550df6b9decc49733d595e0bd6e
PKG_INSTALL := 1
PKG_INSTALL := 1
PKG_FIXUP := autoreconf
PKG_FIXUP := autoreconf
TARGET_CFLAGS += -DNETDATA_NO_ATOMIC_INSTRUCTIONS= 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / n e t d a t a
d e f i n e P a c k a g e / n e t d a t a
@ -43,19 +41,28 @@ define Package/netdata/conffiles
e n d e f
e n d e f
d e f i n e P a c k a g e / n e t d a t a / i n s t a l l
d e f i n e P a c k a g e / n e t d a t a / i n s t a l l
$( INSTALL_DIR) $( 1) /etc/netdata
$( INSTALL_CONF) $( PKG_INSTALL_DIR) /etc/netdata/apps_groups.conf $( 1) /etc/netdata
$( INSTALL_CONF) $( PKG_INSTALL_DIR) /etc/netdata/charts.d.conf $( 1) /etc/netdata
$( INSTALL_CONF) ./files/netdata.conf $( 1) /etc/netdata
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_BIN) ./files/netdata.init $( 1) /etc/init.d/netdata
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/netdata $( 1) /usr/sbin/
$( INSTALL_DIR) $( 1) /usr/share/netdata
$( INSTALL_DIR) $( 1) /usr/lib/netdata
mkdir -p $( 1) /etc/netdata
$( CP) $( PKG_INSTALL_DIR) /etc/netdata $( 1) /etc
$( CP) ./files/netdata.conf $( 1) /etc/netdata
mkdir -p $( 1) /usr/share/netdata
$( CP) $( PKG_INSTALL_DIR) /usr/share/netdata $( 1) /usr/share
$( 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/old
rm $( 1) /usr/share/netdata/web/demo*html
rm $( 1) /usr/share/netdata/web/fonts/*.svg
rm $( 1) /usr/share/netdata/web/fonts/*.ttf
rm $( 1) /usr/share/netdata/web/fonts/*.woff
rm $( 1) /usr/share/netdata/web/fonts/*.otf
mkdir -p $( 1) /usr/lib/netdata
$( CP) $( PKG_INSTALL_DIR) /usr/lib/netdata $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/netdata $( 1) /usr/lib
rm $( 1) /usr/lib/netdata/python.d/python-modules-installer.sh
rm -rf $( 1) /usr/lib/netdata/python.d/python_modules/pyyaml2
rm -rf $( 1) /usr/lib/netdata/python.d/python_modules/pyyaml3
chmod 4755 $( 1) /usr/lib/netdata/plugins.d/apps.plugin
chmod 4755 $( 1) /usr/lib/netdata/plugins.d/apps.plugin
mkdir -p $( 1) /etc/init.d
$( INSTALL_BIN) ./files/netdata.init $( 1) /etc/init.d/netdata
mkdir -p $( 1) /usr/sbin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/netdata $( 1) /usr/sbin
e n d e f
e n d e f
$( eval $ ( call BuildPackage ,netdata ) )
$( eval $ ( call BuildPackage ,netdata ) )