diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-08 08:31:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-08 08:38:11 +0700 |
commit | e3786f61735cea5f12fe1b9cb3840dccf04d0506 (patch) | |
tree | 1d26ae00c391742b254f514a4abb96656d0f0514 /ham/flmsg | |
parent | f3adab5ff61befb40e1fbc7856ed612b7fdfab32 (diff) |
ham/flmsg: Updated for version 4.0.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/flmsg')
-rw-r--r-- | ham/flmsg/flmsg.SlackBuild | 10 | ||||
-rw-r--r-- | ham/flmsg/flmsg.info | 6 |
2 files changed, 5 insertions, 11 deletions
diff --git a/ham/flmsg/flmsg.SlackBuild b/ham/flmsg/flmsg.SlackBuild index c120a9e3ac3e..4654963c0ccd 100644 --- a/ham/flmsg/flmsg.SlackBuild +++ b/ham/flmsg/flmsg.SlackBuild @@ -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 {} \; diff --git a/ham/flmsg/flmsg.info b/ham/flmsg/flmsg.info index 782b690a43ba..5cc3ab6abba5 100644 --- a/ham/flmsg/flmsg.info +++ b/ham/flmsg/flmsg.info @@ -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" |