aboutsummaryrefslogtreecommitdiff
path: root/development/eisl/eisl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/eisl/eisl.SlackBuild')
-rw-r--r--development/eisl/eisl.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/development/eisl/eisl.SlackBuild b/development/eisl/eisl.SlackBuild
index 73fb8968ef..ba2fdab826 100644
--- a/development/eisl/eisl.SlackBuild
+++ b/development/eisl/eisl.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for eisl
+# Copyright 2025 Antonio Leal, Porto Salvo, Oeiras, Portugal
# Copyright 2023 Juan M. Lasca <juanmlasca@gmail.com>
# All rights reserved.
#
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=eisl
-VERSION=${VERSION:-3.70}
+VERSION=${VERSION:-5.53}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,6 +79,9 @@ sed -i '1s|/Users/dbane|/usr|' example/script-test.lsp
# correct file permissions
find {example,verify,bench} -type f -exec chmod -x {} \;
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
README.md license.txt \