b7244efa82
Shortly after MSTPd was added, version 0.1.0 was released. Update to the latest version. Signed-off-by: Colin Foster <colin.foster@in-advantage.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
397 B
Makefile
14 lines
397 B
Makefile
################################################################################
|
|
#
|
|
# mstpd
|
|
#
|
|
################################################################################
|
|
|
|
MSTPD_VERSION = 0.1.0
|
|
MSTPD_SITE = $(call github,mstpd,mstpd,$(MSTPD_VERSION))
|
|
MSTPD_AUTORECONF = YES
|
|
MSTPD_LICENSE = GPL-2.0, RSA Data Security (md5)
|
|
MSTPD_LICENSE_FILES = LICENSE hmac_md5.c
|
|
|
|
$(eval $(autotools-package))
|