mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/nhorman/dropwatch/releases/tag/v1.5.5 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
579 B
Makefile
19 lines
579 B
Makefile
################################################################################
|
|
#
|
|
# dropwatch
|
|
#
|
|
################################################################################
|
|
|
|
DROPWATCH_VERSION = 1.5.5
|
|
DROPWATCH_SITE = $(call github,nhorman,dropwatch,v$(DROPWATCH_VERSION))
|
|
DROPWATCH_DEPENDENCIES = libnl readline libpcap host-pkgconf $(TARGET_NLS_DEPENDENCIES)
|
|
DROPWATCH_LICENSE = GPL-2.0+
|
|
DROPWATCH_LICENSE_FILES = COPYING
|
|
# From git
|
|
DROPWATCH_AUTORECONF = YES
|
|
|
|
DROPWATCH_CONF_OPTS = --without-bfd
|
|
DROPWATCH_MAKE_OPTS = LIBS=$(TARGET_NLS_LIBS)
|
|
|
|
$(eval $(autotools-package))
|