2013-07-22 02:09:23 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# dropwatch
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-06-21 21:03:05 +02:00
|
|
|
DROPWATCH_VERSION = 1.5.3
|
2019-07-19 23:10:03 +02:00
|
|
|
DROPWATCH_SITE = $(call github,nhorman,dropwatch,v$(DROPWATCH_VERSION))
|
2020-03-13 15:31:57 +01:00
|
|
|
DROPWATCH_DEPENDENCIES = libnl readline libpcap host-pkgconf $(TARGET_NLS_DEPENDENCIES)
|
2019-11-13 16:17:16 +01:00
|
|
|
DROPWATCH_LICENSE = GPL-2.0+
|
2013-07-22 02:09:23 +02:00
|
|
|
DROPWATCH_LICENSE_FILES = COPYING
|
2019-07-19 23:10:03 +02:00
|
|
|
# From git
|
|
|
|
DROPWATCH_AUTORECONF = YES
|
2013-07-22 02:09:23 +02:00
|
|
|
|
2019-08-01 22:50:30 +02:00
|
|
|
DROPWATCH_CONF_OPTS = --without-bfd
|
2019-07-19 23:10:03 +02:00
|
|
|
DROPWATCH_MAKE_OPTS = LIBS=$(TARGET_NLS_LIBS)
|
2013-07-22 02:09:23 +02:00
|
|
|
|
2019-07-19 23:10:03 +02:00
|
|
|
$(eval $(autotools-package))
|