Ticket #436: erlang-R13B04.bep
| File erlang-R13B04.bep, 480 bytes (added by scottmc, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | DESCRIPTION="Erlang/OTP" |
| 2 | HOMEPAGE="http://www.erlang.org" |
| 3 | SRC_URI="http://erlang.mirror.su.se/download/otp_src_R13B04.tar.gz" |
| 4 | CHECKSUM_MD5="ca6da4921e438891967900aa6a084341" |
| 5 | |
| 6 | LICENSE="Erlang Public License" |
| 7 | COPYRIGHT="Ericsson AB 2010" |
| 8 | REVISION="1" |
| 9 | STATUS_HAIKU="stable" |
| 10 | |
| 11 | DEPEND="" |
| 12 | |
| 13 | BUILD { |
| 14 | cd otp_src_R13B04 |
| 15 | ./configure --disable-hipe \ |
| 16 | --prefix=/boot/home/config \ |
| 17 | --build=i586-pc-haiku LDFLAGS=-lnetwork |
| 18 | make -s |
| 19 | } |
| 20 | INSTALL { |
| 21 | cd otp_src_R13B04 |
| 22 | make -s install |
| 23 | } |
