diff options
Diffstat (limited to 'recipes/fakeconnect/fakeconnect_1.2.1.bb')
-rw-r--r-- | recipes/fakeconnect/fakeconnect_1.2.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/fakeconnect/fakeconnect_1.2.1.bb b/recipes/fakeconnect/fakeconnect_1.2.1.bb new file mode 100644 index 0000000000..4af31faee9 --- /dev/null +++ b/recipes/fakeconnect/fakeconnect_1.2.1.bb @@ -0,0 +1,8 @@ +SECTION = "console/network" +DESCRIPTION = "FakeConnect is a application/network stress-test program." +LICENSE = "BSD" + +SRC_URI = "http://www.hostname.org/fake_connect/fakeconnect-${PV}.tar.gz" +S = "${WORKDIR}/fakeconnect-${PV}" + +inherit autotools |