diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2019-04-13 05:37:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-13 05:37:15 +0700 |
commit | 71ed9d6fd9b81a732eac6053ffba9f47d619cc00 (patch) | |
tree | efa342f5792ad8bbb350728271e5b34a2ba1d094 /network/s-nail | |
parent | 3f7af4e323d1809699a0e8a919167a3fd4d92285 (diff) |
network/s-nail: Updated for version 14.9.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/s-nail')
-rw-r--r-- | network/s-nail/s-nail.SlackBuild | 11 | ||||
-rw-r--r-- | network/s-nail/s-nail.info | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/network/s-nail/s-nail.SlackBuild b/network/s-nail/s-nail.SlackBuild index bc67eef46f1e..b81e29ced6f0 100644 --- a/network/s-nail/s-nail.SlackBuild +++ b/network/s-nail/s-nail.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for S-nail # Copyright 2008, 2009, 2010, 2016 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2018 Johannes Schoepfer, Germany +# Copyright 2018 - 2019 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=s-nail -VERSION=${VERSION:-14.9.11} +VERSION=${VERSION:-14.9.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -make \ +make \ VAL_PREFIX=/usr \ VAL_SYSCONFDIR=/etc \ VAL_MANDIR=/usr/man \ @@ -88,6 +88,9 @@ make build make test make install DESTDIR=$PKG +# Tighten up the perms a bit: +chmod 4711 $PKG/usr/libexec/mailx-dotlock + 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 @@ -120,7 +123,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING* INSTALL NEWS README THANKS \ + COPYING* INSTALL* NEWS* README* THANKS* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/s-nail/s-nail.info b/network/s-nail/s-nail.info index 56f3b7e6275f..d7824d73feb6 100644 --- a/network/s-nail/s-nail.info +++ b/network/s-nail/s-nail.info @@ -1,8 +1,8 @@ PRGNAM="s-nail" -VERSION="14.9.11" -HOMEPAGE="https://www.sdaoden.eu/code.html#s-nail" -DOWNLOAD="https://www.sdaoden.eu/downloads/s-nail-14.9.11.tar.xz" -MD5SUM="28171468f4eedde496c381ec65aaf379" +VERSION="14.9.13" +HOMEPAGE="https://www.sdaoden.eu/code.html" +DOWNLOAD="https://www.sdaoden.eu/downloads/s-nail-14.9.13.tar.xz" +MD5SUM="ecd7ab5b52f0ea03608fd2c4cb327964" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |