Skip to content

Commit

Permalink
Attempt at latest mlab version of shaperprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Feb 23, 2014
1 parent cb32daa commit 0459c56
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions net/shaperprobe/Makefile
@@ -0,0 +1,35 @@
#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

include $(TOPDIR)/rules.mk

PKG_NAME:=shaperprobe
PKG_VERSION:=1.0
PKG_RELEASE:=1


PKG_SOURCE:=$(PKG_NAME).tgz
PKG_SOURCE_URL:=http://netinfer.com/diffprobe
PKG_MD5SUM:=d555ace1f2e8d86ce2975457b09b17b7

PKG_INSTALL:=1

include $(INCLUDE_DIR)/package.mk

define Package/shaperprobe
SECTION:=net
CATEGORY:=Network
TITLE:=DiffProbe Shaper Module used to detect traffic shaping
URL:=http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html
endef

define Package/shaperprobe/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/prober $(1)/usr/bin/prober
endef

$(eval $(call BuildPackage,shaperprobe))

0 comments on commit 0459c56

Please sign in to comment.