From ad265da7e1cbddbbad80596b2f4d6c794b81be94 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 10 Oct 2012 20:28:51 +0200 Subject: network/mysecureshell: Updated for version 1.25. Signed-off-by: Matteo Bernardini --- network/mysecureshell/mysecureshell.SlackBuild | 10 +++++----- network/mysecureshell/mysecureshell.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/network/mysecureshell/mysecureshell.SlackBuild b/network/mysecureshell/mysecureshell.SlackBuild index 2c900b5c3e..85d80a6368 100644 --- a/network/mysecureshell/mysecureshell.SlackBuild +++ b/network/mysecureshell/mysecureshell.SlackBuild @@ -5,7 +5,7 @@ # Written by adaptr 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 diff --git a/network/mysecureshell/mysecureshell.info b/network/mysecureshell/mysecureshell.info index 2e6cd6af03..3ec65d6cc0 100644 --- a/network/mysecureshell/mysecureshell.info +++ b/network/mysecureshell/mysecureshell.info @@ -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="" -- cgit v1.2.3