packages/netpipes/netpipes_4.2.bb : New package - netpipes
authorStelios Koroneos <skoroneos@digital-opsis.com>
Sat, 29 Mar 2008 12:03:10 +0000 (12:03 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Sat, 29 Mar 2008 12:03:10 +0000 (12:03 +0000)
A package to manipulate BSD TCP/IP stream sockets

packages/netpipes/.mtn2git_empty [new file with mode: 0644]
packages/netpipes/netpipes_4.2.bb [new file with mode: 0644]

diff --git a/packages/netpipes/.mtn2git_empty b/packages/netpipes/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/netpipes/netpipes_4.2.bb b/packages/netpipes/netpipes_4.2.bb
new file mode 100644 (file)
index 0000000..aa3472f
--- /dev/null
@@ -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}'
+}
+