# HG changeset patch # User Hans-G?nter Theisgen # Date 1645524464 -3600 # Node ID 08ef47c67999387fa5d30c1dc6f52a6004a4cc60 # Parent efae52aa21402218055c989a852e24d7ad0bc100 updated erlang (22.2 -> 24.2.1) diff -r efae52aa2140 -r 08ef47c67999 erlang/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/erlang/description.txt Tue Feb 22 11:07:44 2022 +0100 @@ -0,0 +1,6 @@ +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. diff -r efae52aa2140 -r 08ef47c67999 erlang/receipt --- a/erlang/receipt Tue Feb 22 10:46:11 2022 +0100 +++ b/erlang/receipt Tue Feb 22 11:07:44 2022 +0100 @@ -1,18 +1,16 @@ # SliTaz package receipt. PACKAGE="erlang" -VERSION="22.2" +VERSION="24.2.1" CATEGORY="development" SHORT_DESC="Erlang programming language." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Erlang Public Licence" WEB_SITE="https://www.erlang.org/" -#SOURCE="OTP" -#TARBALL="${SOURCE}-$VERSION.tar.gz" -#WGET_URL="https://github.com/$PACKAGE/otp/archive/$TARBALL" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}download/otp_src_$VERSION.tar.gz" +SOURCE="OTP" +TARBALL="${SOURCE}-$VERSION.tar.gz" +WGET_URL="https://github.com/$PACKAGE/otp/archive/$TARBALL" DEPENDS="libunixODBC ncurses openssl" BUILD_DEPENDS="autoconf gcc+gcj icedtea6-jdk libxslt ncurses-dev @@ -39,9 +37,9 @@ --mandir=/usr/share/man \ --infodir=/usr/share/info \ $CONFIGURE_ARGS && - make 2>&1 | sed 's|: No such file|: no such file|' && + make && make INSTALL_PREFIX=$DESTDIR install || return 1 - + for i in $DESTDIR/usr/lib/erlang/*/bin/erl \ $DESTDIR/usr/lib/erlang/bin/erl \ $DESTDIR/usr/lib/erlang/*/bin/start \