mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-25 22:00:32 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
14 lines
472 B
Plaintext
14 lines
472 B
Plaintext
LICENSE := netperf
|
|
VERSION := 2.6.0
|
|
DOWNLOADS := netperf.archive
|
|
|
|
URL(netperf) := http://archive.ubuntu.com/ubuntu/pool/multiverse/n/netperf/netperf_$(VERSION).orig.tar.gz
|
|
SHA(netperf) := 8eda5aa348ed9ea3ffd99b45ab2d860ffdde09f2f6faeab64fa52f12ebe17a33
|
|
DIR(netperf) := src/app/netperf
|
|
|
|
PATCHES := src/app/netperf/*.patch
|
|
|
|
default: apply_version
|
|
apply_version: $(DOWNLOADS)
|
|
$(VERBOSE)echo '#define NETPERF_VERSION "$(VERSION)"' > src/app/netperf/src/netperf_version.h
|