aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netpipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/netpipes')
-rw-r--r--recipes/netpipes/netpipes_4.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/netpipes/netpipes_4.2.bb b/recipes/netpipes/netpipes_4.2.bb
new file mode 100644
index 0000000000..aa3472f01d
--- /dev/null
+++ b/recipes/netpipes/netpipes_4.2.bb
@@ -0,0 +1,18 @@
+# Copyright (C) 2007-2008, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+DESCRIPTION = "A package to manipulate BSD TCP/IP stream sockets"
+SECTION = "console/network"
+PR = "r0"
+LICENSE = "GPL"
+
+SRC_URI = "http://web.purplefrog.com/~thoth/netpipes/ftp/${PN}-${PV}-export.tar.gz"
+
+S = "${WORKDIR}"
+
+
+FILES_${PN}-doc +="/man/man1"
+
+do_compile() {
+ oe_runmake install INSTROOT='${D}'
+}
+