summaryrefslogtreecommitdiffstats
path: root/package/tcpreplay/tcpreplay.mk
blob: 52b0b35d203c70b1d9717a90aa4196e2dfb58d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#############################################################
#
# tcpreplay
#
#############################################################

TCPREPLAY_VERSION = 3.4.3
TCPREPLAY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/tcpreplay
TCPREPLAY_LIBTOOL_PATCH = NO
TCPREPLAY_CONF_ENV = tr_cv_libpcap_version=">= 0.7.0"
TCPREPLAY_CONF_OPT = --program-prefix="" --with-libpcap=$(STAGING_DIR)/usr

TCPREPLAY_DEPENDENCIES = uclibc libpcap

$(eval $(call AUTOTARGETS,package,tcpreplay))