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/mbuffer/Config.in
Normal file
12
package/mbuffer/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_MBUFFER
|
||||
bool "mbuffer"
|
||||
depends on !BR2_STATIC_LIBS # dlopen()
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
mbuffer is a tool for buffering data streams with a large set
|
||||
of unique features.
|
||||
|
||||
http://www.maier-komor.de/mbuffer.html
|
||||
|
||||
comment "mbuffer needs a toolchain w/ dynamic library, threads"
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
8
package/mbuffer/mbuffer.hash
Normal file
8
package/mbuffer/mbuffer.hash
Normal file
@@ -0,0 +1,8 @@
|
||||
# From http://www.maier-komor.de/mbuffer.html
|
||||
md5 df39047654456f260665d66711cabcc5 mbuffer-20200505.tgz
|
||||
|
||||
# Locally computed after checking signature upstream
|
||||
sha256 cc046183149e51814c23b9f83fd748cc1625a88ee128651ea500aa7bd5f01f0b mbuffer-20200505.tgz
|
||||
|
||||
# Hash for license file
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE
|
||||
18
package/mbuffer/mbuffer.mk
Normal file
18
package/mbuffer/mbuffer.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# mbuffer
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MBUFFER_VERSION = 20200505
|
||||
MBUFFER_SOURCE = mbuffer-$(MBUFFER_VERSION).tgz
|
||||
MBUFFER_SITE = http://www.maier-komor.de/software/mbuffer
|
||||
MBUFFER_LICENSE = GPL-3.0+
|
||||
MBUFFER_LICENSE_FILES = LICENSE
|
||||
MBUFFER_CONF_OPTS = --disable-debug
|
||||
|
||||
# we don't need tests & co. so we specify a target
|
||||
# so that the others don't get built, e.g idev.so
|
||||
MBUFFER_MAKE_OPTS += mbuffer
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user