blob: 92c27ff47eaa98ac6485c70defd32918813e2e43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require forte.inc
PR = "r0"
SRC_URI = "http://downloads.sourceforge.net/fordiac/FORTE-0.3.5.zip \
file://forte-0.3.5_socket_reuse.patch;apply=yes \
file://forte-0.3.5_timer.patch;apply=yes \
file://forte-0.3.5_stdlib_inc_fix.patch;apply=yes"
S="${WORKDIR}/FORTE-${PV}"
SRC_URI[md5sum] = "d207d3b389ee9f2702df095681459f99"
SRC_URI[sha256sum] = "2b87b331e931db2db07408c1b07bdb557227e0c16f8fe37f72e40b08fca0a09c"
|