mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/ocaml: Updated for version 4.01.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
341ffe251f
commit
66e64d0001
3 changed files with 17 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
--- configure.orig 2011-07-04 23:15:01.000000000 +0200
|
||||
+++ configure 2011-11-05 15:17:01.946744829 +0100
|
||||
@@ -1600,6 +1600,10 @@
|
||||
--- configure_old 2014-05-23 22:45:22.000000000 +0200
|
||||
+++ configure 2014-05-23 22:45:31.000000000 +0200
|
||||
@@ -1612,6 +1612,10 @@
|
||||
nativecccompopts="$nativecccompopts -fomit-frame-pointer";;
|
||||
esac
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Slackware build script for ocaml
|
||||
|
||||
# Copyright 2007-2011 Ferenc Deak <ferenc.deak@gmail.com>
|
||||
# Copyright 2007-2014 Ferenc Deak <ferenc.deak@gmail.com>
|
||||
# Copyright 2014 Markus Hutmacher <mailing@markhu.de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +24,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ocaml
|
||||
VERSION=3.12.1
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-4.01.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -60,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar -jxvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar -xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -87,9 +88,9 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a Changes INSTALL LICENSE README README.win32 Upgrading VERSION \
|
||||
cp -a Changes INSTALL LICENSE README VERSION \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/ocaml-3.12-refman.html > $PKG/usr/doc/$PRGNAM-$VERSION/ocaml-refman.html
|
||||
tar -xvf $CWD/ocaml-4.01-refman-html.tar.gz -C $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="ocaml"
|
||||
VERSION="3.12.1"
|
||||
VERSION="4.01.0"
|
||||
HOMEPAGE="http://caml.inria.fr"
|
||||
DOWNLOAD="http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.1.tar.bz2 \
|
||||
http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12-refman.html"
|
||||
MD5SUM="227a3daaedb150bf5037a3db01f5bf42 \
|
||||
dbefdc669251e67a6b6fdd28fb6c8777"
|
||||
DOWNLOAD="http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0.tar.xz \
|
||||
http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01-refman-html.tar.gz"
|
||||
MD5SUM="32015b473de16ca19b82c728358eaa78 \
|
||||
73f4657680baeb200135720fbc84eb4b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ferenc Deak"
|
||||
EMAIL="ferenc.deak@gmail.com"
|
||||
MAINTAINER="Markus Hutmacher"
|
||||
EMAIL="mailing@markhu.de"
|
||||
|
|
Loading…
Reference in a new issue