Updated license and copyright for erlang, added license file. It's not yet building so marked as broken still.

This commit is contained in:
Scott McCreary
2010-10-14 22:20:58 +00:00
parent 1ca1bda649
commit 6331cf830e
2 changed files with 291 additions and 4 deletions

View File

@@ -44,14 +44,15 @@ BUILD {
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--with-ssl=`finddir B_COMMON_DIRECTORY` \
--disable-ipv6 \
--disable-hipe \
LDFLAGS="-lnetwork"
make
make -s
}
INSTALL {
cd otp_src_R14B
make install
make -s install
}
#LICENSE=""
#COPYRIGHT=""
LICENSE="EPL v1.1"
COPYRIGHT="1997-2010 Ericsson AB"