diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-21 18:37:39 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-24 16:07:13 -0500 |
commit | 6bffee73261463eacfd1ac33a1c6e064f1920b78 (patch) | |
tree | 6975351bc7c14675c726b96d1f8f3e5695aca011 /network/putty | |
parent | 299fc92e97f0f6ed3e69269832e9fe48fb673b4d (diff) |
network/putty: Removed (Build failure)
Diffstat (limited to 'network/putty')
-rw-r--r-- | network/putty/README | 7 | ||||
-rw-r--r-- | network/putty/putty.SlackBuild | 78 | ||||
-rw-r--r-- | network/putty/putty.info | 10 | ||||
-rw-r--r-- | network/putty/slack-desc | 19 |
4 files changed, 0 insertions, 114 deletions
diff --git a/network/putty/README b/network/putty/README deleted file mode 100644 index 15f86de2983c..000000000000 --- a/network/putty/README +++ /dev/null @@ -1,7 +0,0 @@ -PuTTY is a free implementation of Telnet and SSH for Win32 and Unix -platforms, along with an xterm terminal emulator. It is written and -maintained primarily by Simon Tatham. - -PLEASE NOTE: The PuTTY package conflicts with pssh in Slackware. If -you install PuTTY, you'll overwrite the /usr/bin/pscp binary. After -removing PuTTY, you will have to reinstall pssh (N series) again. diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild deleted file mode 100644 index 49076690ae24..000000000000 --- a/network/putty/putty.SlackBuild +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh - -# Slackware build script for PuTTY - -# Written by <youngmug@animeneko.net> - -# Modified by Michael Wagner <lapinours@web.de> -# as putty now uses autoconf. - -PRGNAM=putty -VERSION=0.60 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "s390" ]; then - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -elif [ "$ARCH" = "alpha" ]; then - SLKCFLAGS="-O2 -mcpu=ev4" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $TMP/$PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -# Create $PKG tree. -mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION/html} - -cd unix - CFLAGS="$SLKCFLAGS" \ - ./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --mandir=/usr/man \ - --build=$ARCH-slackware-linux - make - make install DESTDIR=$PKG -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 - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done -) - -cp -a README LICENCE doc/puttydoc.txt $PKG/usr/doc/$PRGNAM-$VERSION -cp -a doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION/html - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/putty/putty.info b/network/putty/putty.info deleted file mode 100644 index 416694c36162..000000000000 --- a/network/putty/putty.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="putty" -VERSION="0.60" -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -DOWNLOAD="http://the.earth.li/~sgtatham/putty/latest/putty-0.60.tar.gz" -MD5SUM="07e65fd98b16d115ae38a180bfb242e2" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Michael Johnson" -EMAIL="youngmug@animeneko.net" -APPROVED="rworkman" diff --git a/network/putty/slack-desc b/network/putty/slack-desc deleted file mode 100644 index 9f699040993a..000000000000 --- a/network/putty/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -putty: putty (A Free Telnet/SSH Client) -putty: -putty: PuTTY is a free implementation of Telnet and SSH for Win32 and -putty: Unix platforms, along with an xterm terminal emulator. It is -putty: written and maintained primarily by Simon Tatham. -putty: -putty: -putty: -putty: -putty: -putty: |