mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
12
package/collectl/Config.in
Normal file
12
package/collectl/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_COLLECTL
|
||||
bool "collectl"
|
||||
depends on BR2_USE_MMU # perl
|
||||
select BR2_PACKAGE_PERL # runtime
|
||||
help
|
||||
Collectl is a performance monitoring and benchmark tool that
|
||||
tries to do it all. You can choose to monitor any of a broad
|
||||
set of subsystems which currently include buddyinfo, cpu,
|
||||
disk, inodes, infiniband, lustre, memory, network, nfs,
|
||||
processes, quadrics, slabs, sockets and tcp.
|
||||
|
||||
http://collectl.sourceforge.net/
|
||||
5
package/collectl/collectl.hash
Normal file
5
package/collectl/collectl.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# Locally calculated
|
||||
sha256 2187264d974b36a653c8a4b028ac6eeab23e1885f8b2563a33f06358f39889f1 collectl-4.3.1.src.tar.gz
|
||||
sha256 b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb ARTISTIC
|
||||
sha256 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8 COPYING
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 GPL
|
||||
18
package/collectl/collectl.mk
Normal file
18
package/collectl/collectl.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# collectl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
COLLECTL_VERSION = 4.3.1
|
||||
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))
|
||||
Reference in New Issue
Block a user