diff options
author | spaceman <spaceman@antispaceman.com> | 2024-09-08 17:00:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-09 06:15:03 +0700 |
commit | f028c24a45348a44a10f006fe1cb9eb5efbafc9f (patch) | |
tree | 05ffb4e7fc782051f08b5de25c8fe7332e7b06da /network/mpop | |
parent | 495c1c1d892b0d4389de8ecdd1f4e865f7f99a14 (diff) |
network/mpop: Updated for version 1.4.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mpop')
-rw-r--r-- | network/mpop/mpop.SlackBuild | 5 | ||||
-rw-r--r-- | network/mpop/mpop.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/network/mpop/mpop.SlackBuild b/network/mpop/mpop.SlackBuild index a0522fd4e3..3643fc9aa2 100644 --- a/network/mpop/mpop.SlackBuild +++ b/network/mpop/mpop.SlackBuild @@ -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 diff --git a/network/mpop/mpop.info b/network/mpop/mpop.info index 7c491d38a8..359c396f71 100644 --- a/network/mpop/mpop.info +++ b/network/mpop/mpop.info @@ -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="" |