ham/flmsg: Updated for version 4.0.23.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-09-08 08:31:32 +07:00
parent f3adab5ff6
commit e3786f6173
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 11 deletions

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=flmsg
VERSION=${VERSION:-4.0.19}
VERSION=${VERSION:-4.0.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +40,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
@ -98,11 +95,8 @@ make install DESTDIR=$PKG
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
#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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL README* $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -name "Makefile" -exec rm {} \;
find $PKG/usr/doc -type f -exec chmod 644 {} \;

View file

@ -1,8 +1,8 @@
PRGNAM="flmsg"
VERSION="4.0.19"
VERSION="4.0.23"
HOMEPAGE="http://www.w1hkj.com/"
DOWNLOAD="http://www.w1hkj.com/files/flmsg/flmsg-4.0.19.tar.gz"
MD5SUM="4f2c10ea1f4d69ee09c1667cd015ad59"
DOWNLOAD="http://www.w1hkj.com/files/flmsg/flmsg-4.0.23.tar.gz"
MD5SUM="2732d78e2a519a192c26001cab6be37b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fldigi"