diff options
-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="" |