network/mysecureshell: Updated for version 1.25.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-10-10 20:28:51 +02:00 committed by dsomero
parent 777055c610
commit ad265da7e1
2 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
# Written by adaptr <jeroen@adaptr.nl>
PRGNAM=mysecureshell
VERSION=${VERSION:-1.20}
VERSION=${VERSION:-1.25}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -56,6 +56,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Fix some broken/non-existing man installation paths
sed -i -e "s|share/||" install.sh.in
mkdir -p $PKG/usr/man/fr/man8
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -73,10 +77,6 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Working around MSS's braindead install.sh
mv $PKG/usr/share/man $PKG/usr
rmdir $PKG/usr/share
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View file

@ -1,8 +1,8 @@
PRGNAM="mysecureshell"
VERSION="1.20"
VERSION="1.25"
HOMEPAGE="http://mysecureshell.sourceforge.net"
DOWNLOAD="http://mysecureshell.free.fr/repository/index.php/source/mysecureshell_1.20.tar.gz"
MD5SUM="e6720c036775745ff2d7db34e2ade17c"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/mysecureshell_1.25.tar.gz"
MD5SUM="f612d96c9ff3e99806c3c076acef0946"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""