@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := tcpreplay
PKG_NAME := tcpreplay
PKG_VERSION := 4.3.3
PKG_VERSION := 4.3.3
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := https://github.com/appneta/tcpreplay/releases/download/v$( PKG_VERSION)
PKG_SOURCE_URL := https://github.com/appneta/tcpreplay/releases/download/v$( PKG_VERSION)
@ -20,6 +20,7 @@ PKG_LICENSE_FILES:=docs/LICENSE
PKG_CPE_ID := cpe:/a:appneta:tcpreplay
PKG_CPE_ID := cpe:/a:appneta:tcpreplay
PKG_FIXUP := autoreconf
PKG_FIXUP := autoreconf
PKG_BUILD_PARALLEL := 1
PKG_INSTALL := 1
PKG_INSTALL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
@ -34,7 +35,7 @@ define Package/tcpreplay/default
CATEGORY:= Network
CATEGORY:= Network
URL:= http://tcpreplay.appneta.com/
URL:= http://tcpreplay.appneta.com/
MAINTAINER:= Alexandru Ardelean <ardeleanalex@gmail.com>
MAINTAINER:= Alexandru Ardelean <ardeleanalex@gmail.com>
DEPENDS:= +librt +libpcap
DEPENDS:= +librt +libpcap +libdnet
e n d e f
e n d e f
d e f i n e P a c k a g e / t c p b r i d g e
d e f i n e P a c k a g e / t c p b r i d g e
@ -135,6 +136,7 @@ CONFIGURE_VARS += \
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--enable-force-pf \
--enable-force-pf \
--enable-dynamic-link \
--enable-dynamic-link \
--with-libdnet= " $( STAGING_DIR) /usr " \
--with-libpcap= " $( STAGING_DIR) /usr "
--with-libpcap= " $( STAGING_DIR) /usr "
d e f i n e t c p r e p l a y T e m p l a t e
d e f i n e t c p r e p l a y T e m p l a t e