summaryrefslogtreecommitdiffstats
path: root/recipes-enea/linx/linx.inc
blob: 3160cfb933ec29edbe26a9cbbf0ef70ca8d6c990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "LINX for Linux fast IPC"
DESCRIPTION = "LINX is a distributed communication protocol stack for transparent inter node and interprocess communication for a heterogeneous mix of systems."
HOMEPAGE = "http://linx.sourceforge.net/"
SECTION = "system/library"

DEPENDS = "linux-libc-headers virtual/libc"
RRECOMMENDS_${PN} = "linx-mod"

SRC_URI = "http://linux.enea.com/linx/linx-${PV}.tar.gz \
           file://liblinx_free_buf.patch"

SRC_URI[md5sum] = "f6d7e103eee0807cacf73aa20cf95571"
SRC_URI[sha256sum] = "a8fa3fe221e883ecb6afaa001652c96080a474b95e8d37c3bcf3e0c2ae618799"

S = "${WORKDIR}/linx-${PV}"

inherit autotools-brokensep

do_install_append () {
        mkdir -p ${D}/etc
        install -m 644 ${S}/linxgw/linxgws/example.conf ${D}/etc/linxgws.conf
}