network/mpop: Updated for version 1.4.20.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
spaceman 2024-09-08 17:00:41 +07:00 committed by Willy Sudiarto Raharjo
parent 495c1c1d89
commit f028c24a45
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 6 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mpop
VERSION=${VERSION:-1.4.18}
VERSION=${VERSION:-1.4.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -88,7 +88,6 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--infodir=/usr/info \
--mandir=/usr/man \
--disable-rpath \
--build=$ARCH-slackware-linux
make
@ -97,7 +96,7 @@ make install-strip 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 {} \;
find $PKG/usr/man -type f -exec gzip -9n {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
rm -f $PKG/usr/info/dir

View file

@ -1,8 +1,8 @@
PRGNAM="mpop"
VERSION="1.4.18"
VERSION="1.4.20"
HOMEPAGE="https://marlam.de/mpop"
DOWNLOAD="https://marlam.de/mpop/releases/mpop-1.4.18.tar.xz"
MD5SUM="c7671abcdb3fedf429c3e1a01d1d53d1"
DOWNLOAD="https://marlam.de/mpop/releases/mpop-1.4.20.tar.xz"
MD5SUM="15e7c716397f17cda492930a8f428efe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""