diff options
author | Vincent Batts <vbatts@batts.mine.nu> | 2010-05-11 20:01:46 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:46 +0200 |
commit | d14ff37486aa5ce36d0c22dd2a3064b54d2f3f9c (patch) | |
tree | 9bb164f9140013138b5f20e173444a768142ec0e /network | |
parent | ca43bff4ec0b2f933ac58062447346adea901ca0 (diff) | |
download | slackbuilds-d14ff37486aa5ce36d0c22dd2a3064b54d2f3f9c.tar.gz |
network/x11-ssh-askpass: Added to 12.0 repository
Diffstat (limited to 'network')
-rw-r--r-- | network/x11-ssh-askpass/README | 10 | ||||
-rw-r--r-- | network/x11-ssh-askpass/slack-desc | 19 | ||||
-rw-r--r-- | network/x11-ssh-askpass/x11-ssh-askpass.SlackBuild | 61 | ||||
-rw-r--r-- | network/x11-ssh-askpass/x11-ssh-askpass.info | 8 | ||||
-rw-r--r-- | network/x11-ssh-askpass/xprofile.sample | 14 |
5 files changed, 112 insertions, 0 deletions
diff --git a/network/x11-ssh-askpass/README b/network/x11-ssh-askpass/README new file mode 100644 index 0000000000..5e6fd817be --- /dev/null +++ b/network/x11-ssh-askpass/README @@ -0,0 +1,10 @@ +x11-ssh-askpass is an X11-based passphrase dialog for use with OpenSSH. + +To utilize this service, you will need a private SSH key in $HOME/.ssh/ +If you log on using kdm, then just create a $HOME/.xprofile with the +contents of /usr/doc/x11-ssh-askpass-1.2.4.1/xprofile.sample + +If you are launching X from console (with startx), then you can edit +your $HOME/.xinitrc to source the $HOME/.xprofile or just add the contents +of $HOME/.xprofile to $HOME/.xinitrc to it. Of course, there are other +acceptable ways to accomplish the same thing - gurus can roll their own. diff --git a/network/x11-ssh-askpass/slack-desc b/network/x11-ssh-askpass/slack-desc new file mode 100644 index 0000000000..9dc924d06b --- /dev/null +++ b/network/x11-ssh-askpass/slack-desc @@ -0,0 +1,19 @@ +# 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---------------------------------------------| +x11-ssh-askpass: x11-ssh-askpass +x11-ssh-askpass: +x11-ssh-askpass: x11-ssh-askpass is an X11-based passphrase +x11-ssh-askpass: dialog for use with OpenSSH. +x11-ssh-askpass: +x11-ssh-askpass: +x11-ssh-askpass: +x11-ssh-askpass: +x11-ssh-askpass: +x11-ssh-askpass: +x11-ssh-askpass: diff --git a/network/x11-ssh-askpass/x11-ssh-askpass.SlackBuild b/network/x11-ssh-askpass/x11-ssh-askpass.SlackBuild new file mode 100644 index 0000000000..cf23592237 --- /dev/null +++ b/network/x11-ssh-askpass/x11-ssh-askpass.SlackBuild @@ -0,0 +1,61 @@ +#!/bin/sh + +# Slackware build script for x11-ssh-askpass +# Written by "Vincent Batts <vbatts@batts.mine.nu>" + +# Modified by Robby Workman <rworkman@slackbuilds.org> + +VERSION=1.2.4.1 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-x11-ssh-askpass +OUTPUT=${OUTPUT:-/tmp} + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" +fi + +cd $TMP +rm -rf x11-ssh-askpass-$VERSION +tar xvf $CWD/x11-ssh-askpass-$VERSION.tar.gz +cd x11-ssh-askpass-$VERSION +chown -R root:root . +chmod -R a-s,u+rw,go+r-w . + +CFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --mandir=/usr/man/ + +xmkmf || exit 1 +make includes || exit 1 +make || exit 1 +make install DESTDIR=$PKG || exit 1 +make install.man DESTDIR=$PKG || exit 1 + +( cd $PKG + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +) + +gzip -9 $PKG/usr/man/man1/x11-ssh-askpass.1x + +mkdir -p $PKG/usr/doc/x11-ssh-askpass-$VERSION +cp README $CWD/xprofile.sample $PKG/usr/doc/x11-ssh-askpass-$VERSION + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/x11-ssh-askpass-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/network/x11-ssh-askpass/x11-ssh-askpass.info b/network/x11-ssh-askpass/x11-ssh-askpass.info new file mode 100644 index 0000000000..c0b97dd05d --- /dev/null +++ b/network/x11-ssh-askpass/x11-ssh-askpass.info @@ -0,0 +1,8 @@ +PRGNAM="x11-ssh-askpass" +VERSION="1.2.4.1" +HOMEPAGE="http://www.jmknoble.net/software/x11-ssh-askpass/" +DOWNLOAD="http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.tar.gz" +MD5SUM="8f2e41f3f7eaa8543a2440454637f3c3" +MAINTAINER="Vincent Batts" +EMAIL="vbatts@batts.mine.nu" +APPROVED="rworkman" diff --git a/network/x11-ssh-askpass/xprofile.sample b/network/x11-ssh-askpass/xprofile.sample new file mode 100644 index 0000000000..dce0eae0ca --- /dev/null +++ b/network/x11-ssh-askpass/xprofile.sample @@ -0,0 +1,14 @@ +#!/bin/sh + +usessh=${usessh:-yes} + +if test "$usessh" = "yes" -a -d $HOME/.ssh ; then + SSH_ASKPASS="/usr/libexec/x11-ssh-askpass" + if [ -x $SSH_ASKPASS ] ; then + export SSH_ASKPASS + ssh-agent > $HOME/.ssh/agent + . $HOME/.ssh/agent + ssh-add + fi +fi + |