summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-10-10 20:28:51 +0200
committer dsomero <xgizzmo@slackbuilds.org>2012-11-04 09:53:52 -0500
commitad265da7e1cbddbbad80596b2f4d6c794b81be94 (patch)
tree65d644604f60f36e2926fd783bfc04a85d64e634
parent777055c610a8e4f251c9410203b9b4cd7ee5f060 (diff)
downloadslackbuilds-ad265da7e1cbddbbad80596b2f4d6c794b81be94.tar.gz
slackbuilds-ad265da7e1cbddbbad80596b2f4d6c794b81be94.tar.xz
network/mysecureshell: Updated for version 1.25.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--network/mysecureshell/mysecureshell.SlackBuild10
-rw-r--r--network/mysecureshell/mysecureshell.info6
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 <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
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=""