mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
network/s-nail: Updated for version 14.9.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f7af4e323
commit
71ed9d6fd9
2 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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%"
|
||||
|
|
Loading…
Reference in a new issue