diff options
Diffstat (limited to 'system/hntool/hntool.SlackBuild')
-rw-r--r-- | system/hntool/hntool.SlackBuild | 12 |
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} |