development/erlang-otp: Updated for version 19.1 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan S. Northrup 2016-11-29 07:02:07 +07:00 committed by Willy Sudiarto Raharjo
parent ae0531a747
commit 4679d4ba1c
2 changed files with 13 additions and 9 deletions

View file

@ -16,8 +16,12 @@
# Package adaptation in order to rename it from otp-R11B
# to erlang-otp, by LukenShiro <Lukenshiro@ngi.it>
# Modified by Ryan S. Northrup <northrup@yellowapple.us> on
# 28 November 2016 to reflect the use of README.md instead
# of README in upstream
PRGNAM=erlang-otp
VERSION=${VERSION:-17.4}
VERSION=${VERSION:-19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -92,7 +96,7 @@ 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 )
mv COPYRIGHT README.md $PKG/usr/doc/$PRGNAM-$VERSION )
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mv $PKG/usr/lib${LIBDIRSUFFIX}/erlang/man $PKG/usr

View file

@ -1,12 +1,12 @@
PRGNAM="erlang-otp"
VERSION="17.4"
VERSION="19.1"
HOMEPAGE="http://www.erlang.org"
DOWNLOAD="http://www.erlang.org/download/otp_src_17.4.tar.gz \
http://www.erlang.org/download/otp_doc_man_17.4.tar.gz"
MD5SUM="3d33c4c6bd7950240dcd7479edd9c7d8 \
9dfbf1d6b4a33f276fc75fc7d8c1cd93"
DOWNLOAD="http://www.erlang.org/download/otp_src_19.1.tar.gz \
http://www.erlang.org/download/otp_doc_man_19.1.tar.gz"
MD5SUM="19dfbc2042e6dd40bf281e7ca2d49d43 \
9f61b293896e9c62af41fa6777de4d49"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"
MAINTAINER="Ben Mendis"
EMAIL="ben.mendis@gmail.com"
MAINTAINER="Ryan S. Northrup"
EMAIL="northrup@yellowapple.us"