mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/mpop: Updated for version 1.4.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
495c1c1d89
commit
f028c24a45
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue