diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-14 08:48:23 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-13 20:17:26 -0600 |
commit | b016d4516a0c2a01b6e1d8a1b0df2ae80b6b6ae6 (patch) | |
tree | 54a6c03558d08166753961bb4e291e730320f2cb /network/fqterm/fqterm.SlackBuild | |
parent | e0a837a765f8513d68c1e7772d16d3114c9c023b (diff) | |
download | slackbuilds-b016d4516a0c2a01b6e1d8a1b0df2ae80b6b6ae6.tar.gz |
network/fqterm: Updated for version 0.9.8.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/fqterm/fqterm.SlackBuild')
-rw-r--r-- | network/fqterm/fqterm.SlackBuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/network/fqterm/fqterm.SlackBuild b/network/fqterm/fqterm.SlackBuild index 74b32c7c2f..dfac5d6e0e 100644 --- a/network/fqterm/fqterm.SlackBuild +++ b/network/fqterm/fqterm.SlackBuild @@ -5,8 +5,9 @@ # Written by vvoody <vvoodywang@gmail.com> PRGNAM=fqterm -VERSION=${VERSION:-0.9.6.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.8.2} +SVNVER=svn1076 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -41,9 +42,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $PRGNAM +tar xvf $CWD/$PRGNAM-$VERSION-$SVNVER.tar.gz +cd $PRGNAM chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -51,9 +52,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix for compiling under gcc-4.7 -patch -p0 < $CWD/fqterm-0.9.6.10-gcc47.patch - mkdir build cd build cmake \ |