kumquat-buildroot/package/collectl/collectl.mk
Fabrice Fontaine 4b44e7d988 package/collectl: bump to version 4.3.2
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>
2022-01-23 20:49:25 +01:00

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))