wok rev 24518
updated erlang (22.2 -> 24.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 22 11:07:44 2022 +0100 (2022-02-22) |
parents | efae52aa2140 |
children | 69a08b0214f3 |
files | erlang/description.txt erlang/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/erlang/description.txt Tue Feb 22 11:07:44 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +Erlang is a programming language used to build massively scalable 1.5 +soft real-time systems with requirements on high availability. 1.6 +Some of its uses are in telecoms, banking, e-commerce, computer 1.7 +telephony and instant messaging. 1.8 +Erlang's runtime system has built-in support for concurrency, 1.9 +distribution and fault tolerance.
2.1 --- a/erlang/receipt Tue Feb 22 10:46:11 2022 +0100 2.2 +++ b/erlang/receipt Tue Feb 22 11:07:44 2022 +0100 2.3 @@ -1,18 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="erlang" 2.7 -VERSION="22.2" 2.8 +VERSION="24.2.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Erlang programming language." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="Erlang Public Licence" 2.13 WEB_SITE="https://www.erlang.org/" 2.14 2.15 -#SOURCE="OTP" 2.16 -#TARBALL="${SOURCE}-$VERSION.tar.gz" 2.17 -#WGET_URL="https://github.com/$PACKAGE/otp/archive/$TARBALL" 2.18 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.19 -WGET_URL="${WEB_SITE}download/otp_src_$VERSION.tar.gz" 2.20 +SOURCE="OTP" 2.21 +TARBALL="${SOURCE}-$VERSION.tar.gz" 2.22 +WGET_URL="https://github.com/$PACKAGE/otp/archive/$TARBALL" 2.23 2.24 DEPENDS="libunixODBC ncurses openssl" 2.25 BUILD_DEPENDS="autoconf gcc+gcj icedtea6-jdk libxslt ncurses-dev 2.26 @@ -39,9 +37,9 @@ 2.27 --mandir=/usr/share/man \ 2.28 --infodir=/usr/share/info \ 2.29 $CONFIGURE_ARGS && 2.30 - make 2>&1 | sed 's|: No such file|: no such file|' && 2.31 + make && 2.32 make INSTALL_PREFIX=$DESTDIR install || return 1 2.33 - 2.34 + 2.35 for i in $DESTDIR/usr/lib/erlang/*/bin/erl \ 2.36 $DESTDIR/usr/lib/erlang/bin/erl \ 2.37 $DESTDIR/usr/lib/erlang/*/bin/start \