aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netpipes/netpipes_4.2.bb
blob: aa3472f01d38d05f41e5a3c8825d71ad70db76ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}'
}