mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
De-lint recipes.
* allegro Don't start SUMMARY with app name. Re-ordered blocks * bzip2 Don't start SUMMARY with app name. Re-ordered blocks * caya Don't start SUMMARY with app name. Re-ordered blocks * clucene Don't start SUMMARY with app name. Re-ordered blocks * cyassl Don't start SUMMARY with app name. Re-ordered blocks * digiclock Don't start SUMMARY with app name. Re-ordered blocks * dockbert Don't start SUMMARY with app name. Re-ordered blocks * docutils Don't start SUMMARY with app name. Re-ordered blocks * dos2unix Don't start SUMMARY with app name. Re-ordered blocks * ducksaver Don't start SUMMARY with app name. Re-ordered blocks * erlang Don't start SUMMARY with app name. Re-ordered blocks * fdupes Don't start SUMMARY with app name. Re-ordered blocks * figlet (old BEP style) Don't start SUMMARY with app name. Re-ordered blocks * flac Don't start SUMMARY with app name. Re-ordered blocks * gdal Don't start SUMMARY with app name. Re-ordered blocks * gemrb Don't start SUMMARY with app name. Re-ordered blocks * giflib Don't start SUMMARY with app name. Re-ordered blocks * glib Don't start SUMMARY with app name. Re-ordered blocks * globe Don't start SUMMARY with app name. Re-ordered blocks * gmp Don't start SUMMARY with app name. Re-ordered blocks
This commit is contained in:
@@ -1,21 +1,20 @@
|
||||
SUMMARY="Erlang/OTP"
|
||||
DESCRIPTION="
|
||||
Erlang is a programming language used to
|
||||
build massively scalable soft real-time systems with
|
||||
requirements on high availability. Some of its uses
|
||||
are in telecoms, banking, e-commerce, computer
|
||||
telephony and instant messaging. Erlang's runtime
|
||||
system has built-in support for concurrency, distribution and fault tolerance."
|
||||
SUMMARY="The programming language Erlang/OTP"
|
||||
DESCRIPTION="Erlang is a programming language used to build massively \
|
||||
scalable soft real-time systems with requirements on high availability. \
|
||||
Some of its uses are in telecoms, banking, e-commerce, computer telephony \
|
||||
and instant messaging. Erlang's runtime system has built-in support for \
|
||||
concurrency, distribution and fault tolerance."
|
||||
HOMEPAGE="http://www.erlang.org"
|
||||
SOURCE_URI="http://www.erlang.org/download/otp_src_R16B03.tar.gz"
|
||||
CHECKSUM_SHA256="6133b3410681a5c934e54c76eee1825f96dead8d6a12c31a64f6e160daf0bb06"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
COPYRIGHT="1997-2013 Ericsson AB"
|
||||
LICENSE="EPL"
|
||||
REVISION="1"
|
||||
COPYRIGHT="1997-2013 Ericsson AB"
|
||||
SOURCE_URI="http://www.erlang.org/download/otp_src_R16B03.tar.gz"
|
||||
CHECKSUM_SHA256="6133b3410681a5c934e54c76eee1825f96dead8d6a12c31a64f6e160daf0bb06"
|
||||
SOURCE_DIR="otp_src_R16B03"
|
||||
PATCHES="erlang_R16B03_haiku.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
erl = $portVersion
|
||||
cmd:erl = $portVersion
|
||||
@@ -28,7 +27,6 @@ PROVIDES="
|
||||
cmd:to_erl = $portVersion
|
||||
cmd:typer = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:libtool
|
||||
@@ -36,8 +34,11 @@ REQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:perl
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
@@ -47,6 +48,7 @@ BUILD_PREREQUIRES="
|
||||
devel:libssl
|
||||
devel:libcrypto
|
||||
"
|
||||
|
||||
ERLANG_CFLAGS="-DETHR_X86_OUT_OF_ORDER -DHAVE_NET_IF_DL_H -DETHR_HAVE_ETHREAD_DEFINES -DETHR_PTHREADS -DETHR_SIZEOF_PTR=4 -DHAVE_CONFIG_H -I../i586-pc-haiku -I../../i586-pc-haiku -I../include/internal -I../../include/internal -I../../emulator/sys/unix -I../../include/i586-pc-haiku -I../../emulator/beam -I../../../erts/include/internal/i586-pc-haiku -I../../../erts/i586-pc-haiku -Imisc -I../include -Iepmd -Iconnect -I../../../erts/emulator/beam -I../../../erts/include/i586-pc-haiku -I../../../../erts/emulator/beam -I../../../../erts/include/i586-pc-haiku -I../../../../erts/i586-pc-haiku"
|
||||
|
||||
BUILD()
|
||||
@@ -64,4 +66,4 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
HOME=/boot/home make CFLAGS="$ERLANG_CFLAGS" install
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user