packages/erlang: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40048 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:02:27 +00:00
parent 9817b65bb1
commit 0124fd3fa0

View File

@ -13,7 +13,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= http://www.erlang.org/download/ \
http://erlang.mirror.su.se/
http://erlang.mirror.su.se/
PKG_MD5SUM:= ca63bcde0e5ae0f2df9457f97b3115a4
PKG_BUILD_DEPENDS:=erlang/host openssl
@ -33,8 +33,8 @@ define Package/erlang/Default
endef
define Package/erlang/Default/description
Erlang/OTP is a general-purpose programming language and runtime
environment. Erlang has built-in support for concurrency, distribution
Erlang/OTP is a general-purpose programming language and runtime
environment. Erlang has built-in support for concurrency, distribution
and fault tolerance.
endef
@ -47,7 +47,7 @@ endef
define Package/erlang/description
$(call Package/erlang/Default/description)
.
This package contains the runtime implementation and a minimal set of
This package contains the runtime implementation and a minimal set of
modules (erts, kernel, sasl & stdlib).
endef
@ -62,7 +62,7 @@ endef
define Package/erlang-asn1/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides Abstract Syntax Notation One (ASN.1)
This Erlang/OTP package provides Abstract Syntax Notation One (ASN.1)
support.
endef
@ -77,7 +77,7 @@ endef
define Package/erlang-compiler/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides a byte code compiler for Erlang which
This Erlang/OTP package provides a byte code compiler for Erlang which
produces highly compact code.
endef
@ -92,7 +92,7 @@ endef
define Package/erlang-crypto/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides functions for computation of message
This Erlang/OTP package provides functions for computation of message
digests, and encryption and decryption functions.
endef
@ -107,7 +107,7 @@ endef
define Package/erlang-hipe/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides HiPE (High Performance Erlang)
This Erlang/OTP package provides HiPE (High Performance Erlang)
support.
endef
@ -122,8 +122,8 @@ endef
define Package/erlang-inets/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides a container for Internet clients and
servers. Currently a FTP client, a HTTP client and server, and a tftp
This Erlang/OTP package provides a container for Internet clients and
servers. Currently a FTP client, a HTTP client and server, and a tftp
client and server have been incorporated in Inets.
endef
@ -138,9 +138,9 @@ endef
define Package/erlang-mnesia/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides a distributed DataBase Management
System (DBMS), appropriate for telecommunications applications and
other Erlang applications which require continuous operation and
This Erlang/OTP package provides a distributed DataBase Management
System (DBMS), appropriate for telecommunications applications and
other Erlang applications which require continuous operation and
exhibit soft real-time properties.
endef
@ -155,7 +155,7 @@ endef
define Package/erlang-runtime-tools/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides low footprint tracing/debugging tools
This Erlang/OTP package provides low footprint tracing/debugging tools
suitable for inclusion in a production system.
endef
@ -170,8 +170,8 @@ endef
define Package/erlang-snmp/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides Simple Network Management Protocol
(SNMP) support including a MIB compiler and tools for creating SNMP
This Erlang/OTP package provides Simple Network Management Protocol
(SNMP) support including a MIB compiler and tools for creating SNMP
agents.
endef
@ -186,7 +186,7 @@ endef
define Package/erlang-ssh/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides an implementation of the Secure Shell
This Erlang/OTP package provides an implementation of the Secure Shell
protocol, with SSH & SFTP support.
endef
@ -201,8 +201,8 @@ endef
define Package/erlang-ssl/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides support for secure communication over
sockets.
This Erlang/OTP package provides support for secure communication over
sockets.
endef
@ -216,7 +216,7 @@ endef
define Package/erlang-syntax-tools/description
$(call Package/erlang/Default/description)
.
This Erlang/OTP package provides support for handling abstract Erlang
This Erlang/OTP package provides support for handling abstract Erlang
syntax trees.
endef
@ -226,7 +226,7 @@ endef
HOST_CONFIGURE_ARGS += \
--disable-hipe \
--disable-smp-support \
--without-javac
--without-javac
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) all