d21336a203
- Use official tarball - Update license hash, reformatting:206f932560
- Switch to autotools, available since version 4.0 and1a7ef3759f
- Install systemd file, available since version 4.0 and18f0fe7630
- Update indentation in hash file (two spaces) https://github.com/troglobit/mrouted/releases/tag/4.1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
601 B
Makefile
21 lines
601 B
Makefile
################################################################################
|
|
#
|
|
# mrouted
|
|
#
|
|
################################################################################
|
|
|
|
MROUTED_VERSION = 4.1
|
|
MROUTED_SITE = \
|
|
https://github.com/troglobit/mrouted/releases/download/$(MROUTED_VERSION)
|
|
MROUTED_DEPENDENCIES = host-bison
|
|
MROUTED_LICENSE = BSD-3-Clause
|
|
MROUTED_LICENSE_FILES = LICENSE
|
|
MROUTED_CONFIGURE_OPTS = --enable-rsrr
|
|
|
|
define MROUTED_INSTALL_INIT_SYSTEMD
|
|
$(INSTALL) -D -m 644 $(@D)/mrouted.service \
|
|
$(TARGET_DIR)/usr/lib/systemd/system/mrouted.service
|
|
endef
|
|
|
|
$(eval $(autotools-package))
|