From 9b90810ffecc979f628b0c7eec2fecaf9edcc9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Henrique?= Date: Mon, 11 Mar 2013 19:29:42 -0400 Subject: development/ht: Updated for version 2.0.21. Signed-off-by: dsomero --- development/ht/ht.SlackBuild | 8 +++----- development/ht/ht.info | 6 +++--- development/ht/slack-desc | 28 ++++++++++++++-------------- 3 files changed, 20 insertions(+), 22 deletions(-) (limited to 'development') 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 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: -- cgit v1.2.3