kumquat-buildroot/package/signal-estimator/signal-estimator.mk
Théo Lebrun e3b2bc21d5 package/signal-estimator: add new package
We need to use the git download mechanism, as the package depends on a
submodule (an old version of cxxopt), and this is not included in the
archive autogenerated by Github.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
[yann.morin.1998@free.fr:
  - bump to 0.0.4
  - reword commit log ad help text
  - other eye-candy reformatting
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-08-22 10:19:00 +02:00

20 lines
546 B
Makefile

################################################################################
#
# signal-estimator
#
################################################################################
SIGNAL_ESTIMATOR_VERSION = v0.0.4
SIGNAL_ESTIMATOR_SITE = https://github.com/gavv/signal-estimator
SIGNAL_ESTIMATOR_SITE_METHOD = git
SIGNAL_ESTIMATOR_GIT_SUBMODULES = YES
SIGNAL_ESTIMATOR_LICENSE = MIT
SIGNAL_ESTIMATOR_LICENSE_FILES = LICENSE
SIGNAL_ESTIMATOR_DEPENDENCIES = alsa-lib
SIGNAL_ESTIMATOR_CONF_OPTS += -DBUILD_GUI=OFF
$(eval $(cmake-package))