4b44e7d988
4.3.2 Oct 7, 2021 - very minor bug. the last command in perfquery is not in a loop and prevents the collectl daemon from starting via the service. Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
19 lines
533 B
Makefile
19 lines
533 B
Makefile
################################################################################
|
|
#
|
|
# collectl
|
|
#
|
|
################################################################################
|
|
|
|
COLLECTL_VERSION = 4.3.2
|
|
COLLECTL_SOURCE = collectl-$(COLLECTL_VERSION).src.tar.gz
|
|
COLLECTL_SITE = http://downloads.sourceforge.net/collectl/collectl
|
|
COLLECTL_LICENSE = Artistic or GPL-2.0
|
|
COLLECTL_LICENSE_FILES = COPYING ARTISTIC GPL
|
|
|
|
define COLLECTL_INSTALL_TARGET_CMDS
|
|
(cd $(@D); \
|
|
DESTDIR=$(TARGET_DIR) ./INSTALL)
|
|
endef
|
|
|
|
$(eval $(generic-package))
|