summaryrefslogtreecommitdiffstats
path: root/academic/gri/gri.SlackBuild
diff options
context:
space:
mode:
author brobr2024-05-04 23:22:49 +0200
committer Willy Sudiarto Raharjo2024-05-11 01:51:48 +0200
commitf4fc7a043f639393841df0562bb408035fa80279 (patch)
tree358906820c38381cbd5e021b1c99d62d01925bb0 /academic/gri/gri.SlackBuild
parent27ea7b67a06071146e73a93d8036a956cd669713 (diff)
downloadslackbuilds-f4fc7a043f639393841df0562bb408035fa80279.tar.gz
academic/gri: Updated for version 2.12.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gri/gri.SlackBuild')
-rw-r--r--academic/gri/gri.SlackBuild15
1 files changed, 3 insertions, 12 deletions
diff --git a/academic/gri/gri.SlackBuild b/academic/gri/gri.SlackBuild
index baa6a4e266..a611905cbe 100644
--- a/academic/gri/gri.SlackBuild
+++ b/academic/gri/gri.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gri
-# Copyright 2018-2019 Rob van Nues
+# Copyright 2018-2024 Rob van Nues
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gri
-VERSION=${VERSION:-2.12.23}
+VERSION=${VERSION:-2.12.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -79,10 +76,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-#with thanks to Gavin Smith
-patch -p1 < $CWD/gri-texinfo-6.7patch.txt
-#with thanks to Matteo Bernardini
-#patch -p1 < $CWD/texinfo-utf8.patch
aclocal
autoconf
@@ -96,8 +89,6 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
-#with thanks to Matteo Bernardini
-#see: https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/page142.html#post6049662
make -j1
make -j1 install DESTDIR=$PKG
@@ -116,7 +107,7 @@ rm $PKG/usr/info/*.info-[1-3]
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS AUTHOR-NOTES ChangeLog THANKS README NEWS INSTALL DISCUSSION-error-levels COPYING copyright.txt \
+ AUTHORS AUTHOR-NOTES ChangeLog THANKS README NEWS DISCUSSION-error-levels COPYING copyright.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild