summaryrefslogtreecommitdiffstats
path: root/system/hntool/hntool.SlackBuild
diff options
context:
space:
mode:
author Binh Nguyen <binhvng@gmail.com>2012-10-01 18:40:20 +0700
committer Robby Workman <rworkman@slackbuilds.org>2012-10-01 08:43:51 -0500
commit62f7914fe2dab0b1179b0a989c606c963651f0fd (patch)
tree11412cd3d9de0a350e0a8eed69061da215ef2811 /system/hntool/hntool.SlackBuild
parenta2cf7999ae5d73cdc31599f56a38a4292767af21 (diff)
downloadslackbuilds-62f7914fe2dab0b1179b0a989c606c963651f0fd.tar.gz
slackbuilds-62f7914fe2dab0b1179b0a989c606c963651f0fd.tar.xz
system/hntool: Changed maintainer & fixed some typos
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/hntool/hntool.SlackBuild')
-rw-r--r--system/hntool/hntool.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/system/hntool/hntool.SlackBuild b/system/hntool/hntool.SlackBuild
index 73dad06090..22972b0170 100644
--- a/system/hntool/hntool.SlackBuild
+++ b/system/hntool/hntool.SlackBuild
@@ -1,11 +1,13 @@
#!/bin/sh
-# Slackware build script for <appname>
-# Written by Diogo Leal (diogo@diogoleal.com
+
+# Slackware build script for HnTool
+# Written by Diogo Leal <diogo@diogoleal.com>
+# Maintained by Binh Nguyen <binhvng@gmail.com>
PRGNAM=hntool
-VERSION=${VERSION:-0.1.2}
+VERSION=${VERSION:-0.1.2}
BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
+TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -16,7 +18,7 @@ if [ -z "$ARCH" ]; then
fi
CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
+TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}