blob: 1dd6f91c95ac68a752fff408c9c0ba666f29818b (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "console/network"
DESCRIPTION = "FakeConnect is a application/network stress-test program."
LICENSE = "BSD"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SRC_URI = "http://www.hostname.org/fake_connect/fakeconnect-${PV}.tar.gz"
S = "${WORKDIR}/fakeconnect-${PV}"
inherit autotools
|