diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-03-29 12:03:10 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-03-29 12:03:10 +0000 |
commit | d50acaaca52f66d30d32990eb3bca7fb7c03610c (patch) | |
tree | 7ed3242bad8eeb96a61322c07a87bee858724f75 /packages/netpipes | |
parent | d377db4e5b7a6db87be5cd78cd4524d35156f791 (diff) |
packages/netpipes/netpipes_4.2.bb : New package - netpipes
A package to manipulate BSD TCP/IP stream sockets
Diffstat (limited to 'packages/netpipes')
-rw-r--r-- | packages/netpipes/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/netpipes/netpipes_4.2.bb | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/netpipes/.mtn2git_empty b/packages/netpipes/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/netpipes/.mtn2git_empty diff --git a/packages/netpipes/netpipes_4.2.bb b/packages/netpipes/netpipes_4.2.bb new file mode 100644 index 0000000000..aa3472f01d --- /dev/null +++ b/packages/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}' +} + |