mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/fqterm: Updated for version 0.9.6.8.
This commit is contained in:
parent
2d6340ab28
commit
2d9d906b00
3 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by vvoody <ydoovv@gmail.com>
|
||||
|
||||
PRGNAM=fqterm
|
||||
VERSION=${VERSION:-0.9.6.3}
|
||||
VERSION=${VERSION:-0.9.6.8}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -57,7 +57,7 @@ cd -
|
|||
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 || true
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="fqterm"
|
||||
VERSION="0.9.6.3"
|
||||
VERSION="0.9.6.8"
|
||||
HOMEPAGE="http://fqterm.googlecode.com/"
|
||||
DOWNLOAD="http://fqterm.googlecode.com/files/fqterm-0.9.6.3.tar.gz"
|
||||
MD5SUM="d9415c20eb1df1be168a465025e41fbc"
|
||||
DOWNLOAD="http://fqterm.googlecode.com/files/fqterm-0.9.6.8.tar.gz"
|
||||
MD5SUM="5ec97388bf0f14fd3865a9943b63ed8a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="vvoody"
|
||||
EMAIL="ydoovv@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -12,7 +12,7 @@ fqterm: FQTerm is a cross-platform terminal emulator program which supports
|
|||
fqterm: telnet/ssh1/ssh2 protocols and can process ANSI control sequences. It
|
||||
fqterm: can be used to login BBS sites or *NIX hosts.
|
||||
fqterm:
|
||||
fqterm: Homepage: http://fqterm.googlecode.com/
|
||||
fqterm: Home: http://fqterm.googlecode.com/
|
||||
fqterm:
|
||||
fqterm:
|
||||
fqterm:
|
||||
|
|
Loading…
Reference in a new issue