From 1f24bf4dc8009cf6be5fab328754d9b51ebdac56 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Fri, 14 Sep 2012 21:36:30 -0500 Subject: network/putty: Updated for version 0.62 (+new maintainer) Signed-off-by: Robby Workman --- network/putty/putty.SlackBuild | 13 ++++++++++--- network/putty/putty.info | 10 +++++----- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'network/putty') diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild index 9ad27836a5..3babb34040 100644 --- a/network/putty/putty.SlackBuild +++ b/network/putty/putty.SlackBuild @@ -7,9 +7,12 @@ # Modified by Michael Wagner # as putty now uses autoconf. +# Maintained by Binh Nguyen +# from version 0.62 + PRGNAM=putty -VERSION=0.60 -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.62} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -66,9 +69,13 @@ cd unix --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --build=$ARCH-slackware-linux + + # Don't treat all warnings as errors + sed -i 's/-Werror//' Makefile* + make make install DESTDIR=$PKG -cd - +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/network/putty/putty.info b/network/putty/putty.info index 09c7ec7735..9494d190c2 100644 --- a/network/putty/putty.info +++ b/network/putty/putty.info @@ -1,10 +1,10 @@ PRGNAM="putty" -VERSION="0.60" +VERSION="0.62" HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -DOWNLOAD="ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-0.60/putty-0.60.tar.gz" -MD5SUM="07e65fd98b16d115ae38a180bfb242e2" +DOWNLOAD="ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-0.62/putty-0.62.tar.gz" +MD5SUM="1344b606a680a9036df0fc3a05e62e71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Michael Johnson" -EMAIL="youngmug@animeneko.net" +MAINTAINER="Binh Nguyen" +EMAIL="binhvng@gmail.com" -- cgit v1.2.3