kumquat-buildroot/package/mrouted/mrouted.mk
Fabrice Fontaine d21336a203 package/mrouted: bump to version 4.1
- Use official tarball
- Update license hash, reformatting:
  206f932560
- Switch to autotools, available since version 4.0 and
  1a7ef3759f
- Install systemd file, available since version 4.0 and
  18f0fe7630
- 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>
2020-10-24 22:45:02 +02:00

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))