diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-19 14:02:41 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:20:48 -0600 |
commit | 871f33f4f4e0d5c00816fe4f0b51c899e4478685 (patch) | |
tree | 92a04cfad1e2381b031db6b4153de938b3d60a04 /development/erlang-otp | |
parent | 8cb4a4ed7125bb5b9a3ddcc540171e1e5195f21b (diff) | |
download | slackbuilds-871f33f4f4e0d5c00816fe4f0b51c899e4478685.tar.gz |
development/erlang-otp: Updated for version 16B02.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/erlang-otp')
-rw-r--r-- | development/erlang-otp/README | 2 | ||||
-rw-r--r-- | development/erlang-otp/erlang-otp.SlackBuild | 7 | ||||
-rw-r--r-- | development/erlang-otp/erlang-otp.info | 10 |
3 files changed, 13 insertions, 6 deletions
diff --git a/development/erlang-otp/README b/development/erlang-otp/README index 0992256bcf..afb9f7a182 100644 --- a/development/erlang-otp/README +++ b/development/erlang-otp/README @@ -3,3 +3,5 @@ system. The sequential subset of Erlang is a functional language, with strict evaluation, single assignment, and dynamic typing. It was designed by Ericsson to support distributed, fault-tolerant, soft-real-time, non-stop applications. + +wxPython is an optional dependency. diff --git a/development/erlang-otp/erlang-otp.SlackBuild b/development/erlang-otp/erlang-otp.SlackBuild index 8e29386d53..0b316632f5 100644 --- a/development/erlang-otp/erlang-otp.SlackBuild +++ b/development/erlang-otp/erlang-otp.SlackBuild @@ -17,7 +17,7 @@ # to erlang-otp, by LukenShiro <Lukenshiro@ngi.it> PRGNAM=erlang-otp -VERSION=15B02 +VERSION=16B02 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,6 +86,11 @@ tar xvf $CWD/$DOC_NAME_VERSION.tar.gz -C $PKG/usr/lib${LIBDIRSUFFIX}/erlang chown -R root:root $PKG/usr/lib${LIBDIRSUFFIX}/erlang chmod -R u+w,go+r-w,a-s $PKG/usr/lib${LIBDIRSUFFIX}/erlang +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +( cd $PKG/usr/lib${LIBDIRSUFFIX}/erlang + mv COPYRIGHT README $PKG/usr/doc/$PRGNAM-$VERSION ) +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc sed "s%@LIBDIR@%/usr/lib${LIBDIRSUFFIX}%g" $CWD/doinst.sh > \ diff --git a/development/erlang-otp/erlang-otp.info b/development/erlang-otp/erlang-otp.info index 264dae2090..3025e951b6 100644 --- a/development/erlang-otp/erlang-otp.info +++ b/development/erlang-otp/erlang-otp.info @@ -1,10 +1,10 @@ PRGNAM="erlang-otp" -VERSION="15B02" +VERSION="16B02" HOMEPAGE="http://www.erlang.org" -DOWNLOAD="http://www.erlang.org/download/otp_src_R15B02.tar.gz \ - http://www.erlang.org/download/otp_doc_man_R15B02.tar.gz" -MD5SUM="ccbe5e032a2afe2390de8913bfe737a1 \ - 974020ba533242fca759a7f5eaf628e5" +DOWNLOAD="http://www.erlang.org/download/otp_src_R16B02.tar.gz \ + http://www.erlang.org/download/otp_doc_man_R16B02.tar.gz" +MD5SUM="ca63bcde0e5ae0f2df9457f97b3115a4 \ + fe3ff42375090d33ce1ba98c28218cf3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |