summaryrefslogtreecommitdiffstats
path: root/development/camlp5/camlp5.SlackBuild
diff options
context:
space:
mode:
author William Bowman <wilbowma@indiana.edu>2011-08-05 09:05:33 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-08-05 09:05:33 -0300
commit76f24b37e8348f8e1cd835b72fb5a8372786d229 (patch)
tree85961ed980c590a8e073376d2b6ca68f9d738afc /development/camlp5/camlp5.SlackBuild
parentdb90725c43f1abf6162f8fe666d439dc30156245 (diff)
downloadslackbuilds-76f24b37e8348f8e1cd835b72fb5a8372786d229.tar.gz
slackbuilds-76f24b37e8348f8e1cd835b72fb5a8372786d229.tar.xz
development/camlp5: Updated for version 6.02.3 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/camlp5/camlp5.SlackBuild')
-rw-r--r--development/camlp5/camlp5.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/camlp5/camlp5.SlackBuild b/development/camlp5/camlp5.SlackBuild
index c1ba12a559..ac53cc3cde 100644
--- a/development/camlp5/camlp5.SlackBuild
+++ b/development/camlp5/camlp5.SlackBuild
@@ -5,7 +5,7 @@
# Written by adaptr (jeroen@adaptr.nl)
PRGNAM=camlp5
-VERSION=${VERSION:-6.01}
+VERSION=${VERSION:-6.02.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,7 +56,6 @@ find . \
--prefix /usr \
--libdir /usr/lib${LIBDIRSUFFIX}/ocaml
-# Compile the application and install it into the $PKG directory
make world.opt
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
@@ -65,7 +64,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-## Copy ancillary documents
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES INSTALL LICENSE MODE README $PKG/usr/doc/$PRGNAM-$VERSION/
@@ -84,7 +82,6 @@ cd ..
cp -a html $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-# Copy the slack-desc (and a custom doinst.sh if necessary) into ./install
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc