summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Luís Henrique <lmello.009@gmail.com>2013-03-11 19:29:42 -0400
committer dsomero <xgizzmo@slackbuilds.org>2013-03-22 07:16:36 -0400
commit9b90810ffecc979f628b0c7eec2fecaf9edcc9b0 (patch)
tree244c8ddf6ebd0d132d26882aa57377a62a161065 /development
parent26775b3c1f44d94db2ce9aedf76de5478e05d8d6 (diff)
downloadslackbuilds-9b90810ffecc979f628b0c7eec2fecaf9edcc9b0.tar.gz
slackbuilds-9b90810ffecc979f628b0c7eec2fecaf9edcc9b0.tar.xz
development/ht: Updated for version 2.0.21.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/ht/ht.SlackBuild8
-rw-r--r--development/ht/ht.info6
-rw-r--r--development/ht/slack-desc28
3 files changed, 20 insertions, 22 deletions
diff --git a/development/ht/ht.SlackBuild b/development/ht/ht.SlackBuild
index 6895da637d..9fbc98a963 100644
--- a/development/ht/ht.SlackBuild
+++ b/development/ht/ht.SlackBuild
@@ -5,16 +5,14 @@
# Written by Luís Henrique <lmello.009@gmail.com>
PRGNAM=ht
-VERSION=${VERSION:-2.0.18}
+VERSION=${VERSION:-2.0.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -32,13 +30,13 @@ elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
diff --git a/development/ht/ht.info b/development/ht/ht.info
index bf203ed814..51888e4b3d 100644
--- a/development/ht/ht.info
+++ b/development/ht/ht.info
@@ -1,8 +1,8 @@
PRGNAM="ht"
-VERSION="2.0.18"
+VERSION="2.0.21"
HOMEPAGE="http://hte.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/hte/ht-2.0.18.tar.bz2"
-MD5SUM="9cd5c52bb3fbae5c631875cd0de3318c"
+DOWNLOAD="http://downloads.sourceforge.net/hte/ht-2.0.21.tar.gz"
+MD5SUM="419a25004421b9455430f523636bdcca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/development/ht/slack-desc b/development/ht/slack-desc
index 32b9a539b9..2119e213a2 100644
--- a/development/ht/slack-desc
+++ b/development/ht/slack-desc
@@ -1,19 +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 ':'.
+# 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 ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-ht: ht (Hex editor and debugger)
-ht:
-ht: HT is a file editor/viewer/analyzer for executables. The goal is to
-ht: combine the low-level functionality of a debugger and the usability
-ht: of IDEs. We plan to implement all (hex-)editing features and support
+ht: ht (Hex editor and debugger)
+ht:
+ht: HT is a file editor/viewer/analyzer for executables. The goal is to
+ht: combine the low-level functionality of a debugger and the usability
+ht: of IDEs. We plan to implement all (hex-)editing features and support
ht: of the most important file formats.
-ht:
-ht: HT is distributed under the terms of the GPL.
-ht:
+ht:
+ht: HT is distributed under the terms of the GPL.
+ht:
ht: Homepage: http://hte.sourceforge.net
-ht:
+ht: