development/reflex: Updated for version 2.5.4.20240906.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-09-25 17:54:39 -04:00 committed by Willy Sudiarto Raharjo
parent 6af48a25d3
commit fb6310f743
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 12 additions and 10 deletions

View file

@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20230912 bkw: updated for v2.5.4.20230523
# 20240925 bkw: updated for v2.5.4.20240906.
# 20230912 bkw: updated for v2.5.4.20230523.
# 20230103 bkw: updated for v2.5.4.20221012.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=reflex
VERSION=${VERSION:-2.5.4.20230523}
VERSION=${VERSION:-2.5.4.20240906}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -63,8 +64,8 @@ rm -rf $PRGNAM-$TARVER
tar xvf $CWD/$PRGNAM-$TARVER.tgz
cd $PRGNAM-$TARVER
chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
# Check VERSION in tarball, to make sure the version hasn't
# updated. Nobody but me should ever see this error message (in the
@ -103,9 +104,10 @@ strip $PKG/usr/bin/$PRGNAM
# Considered adding MISC/* to the doc dir, but it's almost all cruft
# from 20+ years ago, from before reflex forked from flex, and it looks
# like it's only of interest to archaeologists.
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING NEWS README VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC
cp -a COPYING NEWS README VERSION $PKGDOC
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,8 +1,8 @@
PRGNAM="reflex"
VERSION="2.5.4.20230523"
VERSION="2.5.4.20240906"
HOMEPAGE="https://invisible-island.net/reflex/reflex.html"
DOWNLOAD="https://invisible-mirror.net/archives/reflex/reflex-20230523.tgz"
MD5SUM="964fc686621c26a3f80b4ab13a237012"
DOWNLOAD="https://invisible-mirror.net/archives/reflex/reflex-20240906.tgz"
MD5SUM="5907f28af7e21f1f638b1f95cc800996"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""