mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
netperf: use git tarball
netperf.org is gone now. Only github is left. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
3914f223c4
commit
b3f76da0a8
@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netperf
|
||||
PKG_VERSION:=2.7.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_LICENSE:=Custom
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=ftp://ftp.netperf.org/netperf/
|
||||
PKG_HASH:=842af17655835c8be7203808c3393e6cb327a8067f3ed1f1053eb78b4e40375a
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://github.com/HewlettPackard/netperf
|
||||
PKG_MIRROR_HASH:=fa46ffc25a00c925167d96e4c57131b5b650ea725b12b69ff6feabec759b271d
|
||||
|
||||
PKG_CPE_ID:=cpe:/a:netperf:netperf
|
||||
|
||||
@ -24,7 +25,7 @@ define Package/netperf
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Network performance measurement tool
|
||||
URL:=http://www.netperf.org/
|
||||
URL:=https://github.com/HewlettPackard/netperf
|
||||
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user