mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package: Add sysstat tools
Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
7d5d638a89
commit
0ad5869528
26
package/sysstat/sysstat.mk
Normal file
26
package/sysstat/sysstat.mk
Normal file
@@ -0,0 +1,26 @@
|
||||
#############################################################
|
||||
#
|
||||
# sysstat
|
||||
#
|
||||
#############################################################
|
||||
|
||||
SYSSTAT_VERSION = 9.0.5
|
||||
SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.bz2
|
||||
SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard/
|
||||
SYSSTAT_AUTORECONF = NO
|
||||
SYSSTAT_LIBTOOL_PATCH = NO
|
||||
SYSSTAT_INSTALL_STAGING = NO
|
||||
SYSSTAT_INSTALL_TARGET = YES
|
||||
|
||||
# Should be --disable-man-group, it might be a little mistake in the
|
||||
# configure.in script.
|
||||
SYSSTAT_CONF_OPT = --enable-man-group
|
||||
ifneq ($(BR2_HAVE_DOCUMENTATION),y)
|
||||
SYSSTAT_CONF_OPT += --disable-documentation
|
||||
endif
|
||||
|
||||
# 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
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,sysstat))
|
||||
Reference in New Issue
Block a user