summaryrefslogtreecommitdiffstats
path: root/network/socat
diff options
context:
space:
mode:
author Larry Hajali2014-06-01 04:14:32 +0200
committer Willy Sudiarto Raharjo2014-06-01 04:14:32 +0200
commit36fe936fe53586c019b6964155df8a643f2d0c1a (patch)
tree3b680ec8bf43ad75b993b9bac4592add9cc8a299 /network/socat
parent89c4a26b3b1b2d82d6dfa3301d9eda675b0b4dc3 (diff)
downloadslackbuilds-36fe936fe53586c019b6964155df8a643f2d0c1a.tar.gz
network/socat: Updated for version 1.7.2.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/socat')
-rw-r--r--network/socat/socat.SlackBuild12
-rw-r--r--network/socat/socat.info10
2 files changed, 11 insertions, 11 deletions
diff --git a/network/socat/socat.SlackBuild b/network/socat/socat.SlackBuild
index 1d3f45af1e..724c4e1dc0 100644
--- a/network/socat/socat.SlackBuild
+++ b/network/socat/socat.SlackBuild
@@ -3,6 +3,7 @@
# Copyright 2009 Andrew Psaltis <ampsaltis@gmail.com>
# Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc>
+# Copyright 2014 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@@ -21,7 +22,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=socat
-VERSION=${VERSION:-1.7.2.1}
+VERSION=${VERSION:-1.7.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,15 +53,13 @@ else
LIBDIRSUFFIX=""
fi
-DOCS="BUGREPORTS CHANGES COPYING COPYING.OpenSSL DEVELOPMENT EXAMPLES FAQ README README.FIPS SECURITY doc/*.html"
-
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -87,10 +86,11 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ BUGREPORTS CHANGES COPYING* DEVELOPMENT EXAMPLES FAQ README* SECURITY doc/*.{css,html} \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/socat/socat.info b/network/socat/socat.info
index 632fab1525..b4c8bf2262 100644
--- a/network/socat/socat.info
+++ b/network/socat/socat.info
@@ -1,10 +1,10 @@
PRGNAM="socat"
-VERSION="1.7.2.1"
+VERSION="1.7.2.4"
HOMEPAGE="http://www.dest-unreach.org/socat"
-DOWNLOAD="http://www.dest-unreach.org/socat/download/socat-1.7.2.1.tar.gz"
-MD5SUM="c807a2feb6fdd8cdbd8b075a36e8f5f4"
+DOWNLOAD="http://www.dest-unreach.org/socat/download/socat-1.7.2.4.tar.bz2"
+MD5SUM="69b8155dd442a6f24e28ef5407d868eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Grigorios Bouzakis"
-EMAIL="grbzks@imap.cc"
+MAINTAINER="Larry Hajali"
+EMAIL="larryhaja[at]gmail[dot]com"