diff options
author | Ricardson Williams <ricardsonwilliams@yahoo.com.br> | 2010-05-11 19:45:54 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:45:54 +0200 |
commit | 636c1c24830e3370110ce101e5914e00fe4ec4ca (patch) | |
tree | 3a5a9abb9137b338f6ee5c926204f84395cf4b00 /network/kssh | |
parent | 1870920366b8c7c4a7e18fbf5b24bb2d099ba502 (diff) | |
download | slackbuilds-636c1c24830e3370110ce101e5914e00fe4ec4ca.tar.gz |
network/kssh: Updated for version 0.7
Diffstat (limited to 'network/kssh')
-rw-r--r-- | network/kssh/kssh.SlackBuild | 6 | ||||
-rw-r--r-- | network/kssh/kssh.info | 2 | ||||
-rw-r--r-- | network/kssh/slack-desc | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/network/kssh/kssh.SlackBuild b/network/kssh/kssh.SlackBuild index 2e1b3e1c86..3ad6891a22 100644 --- a/network/kssh/kssh.SlackBuild +++ b/network/kssh/kssh.SlackBuild @@ -31,7 +31,7 @@ VERSION=0.7 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -51,8 +51,10 @@ cd $PRGNAM-$VERSION || exit 1 chown -R root:root . chmod -R u+w,go+r-w,a-s . +KDEPREF=$(kde-config --prefix) + CFLAGS="$SLKCFLAGS" \ -./configure --prefix=/opt/kde \ +./configure --prefix=$KDEPREF \ --sysconfdir=/etc \ --localstatedir=/var \ || exit 1 diff --git a/network/kssh/kssh.info b/network/kssh/kssh.info index 2e21b2fb8b..a341cd0a82 100644 --- a/network/kssh/kssh.info +++ b/network/kssh/kssh.info @@ -1,7 +1,7 @@ PRGNAM="kssh" VERSION="0.7" HOMEPAGE="http://www.kde-apps.org/content/show.php?content=9965" -DOWNLOAD="http://jaist.dl.sourceforge.net/sourceforge/kssh/kssh-0.7.tar.gz" +DOWNLOAD="http://dl.sourceforge.net/kssh/kssh-0.7.tar.gz" MD5SUM="89cc9a24d0d20fa1211894961a6fc662" MAINTAINER="Ricardson Williams" EMAIL="ricardsonwilliams@yahoo.com.br" diff --git a/network/kssh/slack-desc b/network/kssh/slack-desc index e541b041ae..e3be8d0af0 100644 --- a/network/kssh/slack-desc +++ b/network/kssh/slack-desc @@ -1,4 +1,12 @@ -kssh: kssh +# 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------------------------------------------------------| +kssh: kssh (ssh/openssh frontend) kssh: kssh: KSSH is a ssh/openssh frontend for KDE. kssh: @@ -8,3 +16,4 @@ kssh: kssh: kssh: kssh: +kssh: |