2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2009-10-18 21:03:09 +02:00
|
|
|
#
|
|
|
|
# sysstat
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2009-10-18 21:03:09 +02:00
|
|
|
|
2012-03-11 22:48:03 +01:00
|
|
|
SYSSTAT_VERSION = 10.0.3
|
2009-10-18 21:03:09 +02:00
|
|
|
SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.bz2
|
2011-10-15 05:07:24 +02:00
|
|
|
SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard
|
2010-11-18 23:26:45 +01:00
|
|
|
SYSSTAT_CONF_OPT = --disable-man-group --disable-sensors
|
2013-04-04 02:32:21 +02:00
|
|
|
SYSSTAT_DEPENDENCIES = host-gettext
|
2009-10-18 21:03:09 +02:00
|
|
|
|
2010-11-16 14:14:45 +01:00
|
|
|
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
2012-09-16 14:57:49 +02:00
|
|
|
SYSSTAT_DEPENDENCIES += gettext
|
2010-11-16 14:14:45 +01:00
|
|
|
SYSSTAT_MAKE_OPT += CFLAGS+=-lintl
|
|
|
|
endif
|
|
|
|
|
2009-10-18 21:03:09 +02:00
|
|
|
# The isag tool is a post processing script that depends on tcl/tk
|
|
|
|
# among other things. So we don't install it.
|
|
|
|
SYSSTAT_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) INSTALL_ISAG=n install
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|