diff options
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 \ |