mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
For release notes, see: https://github.com/sharkcz/collectl/releases Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Julien: add link to release notes] Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
479 B
Makefile
18 lines
479 B
Makefile
################################################################################
|
|
#
|
|
# collectl
|
|
#
|
|
################################################################################
|
|
|
|
COLLECTL_VERSION = 4.3.20.1
|
|
COLLECTL_SITE = $(call github,sharkcz,collectl,$(COLLECTL_VERSION))
|
|
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))
|