HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #436

Ticket #436: erlang-R13B04.bep

File erlang-R13B04.bep, 480 bytes (added by scottmc, 5 years ago)
Line 
1DESCRIPTION="Erlang/OTP"
2HOMEPAGE="http://www.erlang.org"
3SRC_URI="http://erlang.mirror.su.se/download/otp_src_R13B04.tar.gz"
4CHECKSUM_MD5="ca6da4921e438891967900aa6a084341"
5
6LICENSE="Erlang Public License"
7COPYRIGHT="Ericsson AB 2010"
8REVISION="1"
9STATUS_HAIKU="stable"
10
11DEPEND=""
12
13BUILD {
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}
20INSTALL {
21        cd otp_src_R13B04
22        make -s install
23}

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/