forte: new package
[vuplus_openembedded] / packages / forte / forte.inc
1 DESCRIPTION = "4DIAC-RTE (FORTE) is a small portable implementation of an IEC 61499 runtime environment"
2 HOMEPAGE = "http://www.fordiac.org/8.0.html"
3 SECTION = "console/network"
4 DEPENDS = ""
5 RDEPENDS = ""
6 LICENSE = "EPL"
7
8 inherit autotools
9
10 EXTRA_OEMAKE = 'LIBS+="-lpthread" CXXFLAGS+="-O0 -g" CPPFLAGS+="-DLOGDEBUG -I${S}/src/core -I${S}/src/core/datatypes -I${S}/src/fblib/events -I${S}/src/fblib/ita -I${S}/src/fblib/math -I${S}/src/fblib/net"'
11
12 do_configure_prepend() {
13         chmod +x ${S}/configure
14         ln -s -f ${S}/src/arch/pc ${S}/src/arch/active_arch
15 }