58102865d6
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: fix license, it's GPLv2, not GPLv2+.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
413 B
Makefile
14 lines
413 B
Makefile
################################################################################
|
|
#
|
|
# cannelloni
|
|
#
|
|
################################################################################
|
|
|
|
CANNELLONI_VERSION = v0.5
|
|
CANNELLONI_SITE = $(call github,mguentner,cannelloni,$(CANNELLONI_VERSION))
|
|
CANNELLONI_LICENSE = GPLv2
|
|
CANNELLONI_LICENSE_FILES = gpl-2.0.txt
|
|
CANNELLONI_DEPENDENCIES = lksctp-tools
|
|
|
|
$(eval $(cmake-package))
|