system/hntool: Changed maintainer & fixed some typos
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a2cf7999ae
commit
62f7914fe2
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="hntool"
|
||||
VERSION="0.1.2"
|
||||
HOMEPAGE="http://hntool.net/"
|
||||
HOMEPAGE="https://github.com/hdoria/HnTool"
|
||||
DOWNLOAD="http://hntool.googlecode.com/files/hntool-0.1.2.tar.gz"
|
||||
MD5SUM="87e60acb3d3d984f6330eb103c87776b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
MAINTAINER="Diogo Leal"
|
||||
EMAIL="diogo@diogoleal.com"
|
||||
REQUIRES="distribute"
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhvng@gmail.com"
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
hntool: hntool (an open source (GPLV2) hardening tool for unix.)
|
||||
hntool: hntool (an open source (GPLv2) hardening tool for Unix)
|
||||
hntool:
|
||||
hntool: It scans your system for vulnerabilities or problems in configuration
|
||||
hntool: files allowing you to get a quick overview of the security status
|
||||
hntool: It scans your system for vulnerabilities or problems in configuration
|
||||
hntool: files allowing you to get a quick overview of the security status
|
||||
hntool: of your system.
|
||||
hntool:
|
||||
hntool: Homepage: http://hntool.net/
|
||||
hntool: Homepage: https://github.com/hdoria/HnTool
|
||||
hntool:
|
||||
hntool:
|
||||
hntool:
|
||||
|
|
Loading…
Reference in New Issue