development/erlang-otp: Updated for version 14B.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Ben Mendis 2010-10-18 23:43:39 -05:00 committed by Erik Hanson
parent 3d74e7552a
commit 6eee4888f6
2 changed files with 6 additions and 8 deletions

View file

@ -17,19 +17,17 @@
# to erlang-otp, by LukenShiro <Lukenshiro@ngi.it> # to erlang-otp, by LukenShiro <Lukenshiro@ngi.it>
PRGNAM=erlang-otp PRGNAM=erlang-otp
VERSION=13B03 VERSION=14B
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
SRC_NAME_VERSION=otp_src_R${VERSION} SRC_NAME_VERSION=otp_src_R${VERSION}
DOC_NAME_VERSION=otp_doc_man_R${VERSION} DOC_NAME_VERSION=otp_doc_man_R${VERSION}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi

View file

@ -1,10 +1,10 @@
PRGNAM="erlang-otp" PRGNAM="erlang-otp"
VERSION="13B03" VERSION="14B"
HOMEPAGE="http://www.erlang.org" HOMEPAGE="http://www.erlang.org"
DOWNLOAD="http://www.erlang.org/download/otp_src_R13B03.tar.gz \ DOWNLOAD="http://www.erlang.org/download/otp_src_R14B.tar.gz \
http://www.erlang.org/download/otp_doc_man_R13B03.tar.gz" http://www.erlang.org/download/otp_doc_man_R14B.tar.gz"
MD5SUM="411fcb29f0819973f71e28f6b56d9948 \ MD5SUM="5292a04556d17ad528d570e02357dfbb \
1fe80b110061ef73614824fb06d4d6eb" 011530a24fbcc194be9bd01f779325a2"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Ben Mendis" MAINTAINER="Ben Mendis"