summaryrefslogtreecommitdiffstats
path: root/development/camlp5/camlp5.SlackBuild
diff options
context:
space:
mode:
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