Browse Source
ham/spectools: No dashes in VERSION, people!.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/87/head
B. Watson
5 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
13 additions and
10 deletions
-
ham/spectools/README
-
ham/spectools/spectools.SlackBuild
-
ham/spectools/spectools.info
|
|
@ -1,6 +1,7 @@ |
|
|
|
Spectools is a set of utilities for using various spectrum analyzer hardware. |
|
|
|
It supports the suite of Wi-Spy devices (original, 24x, 24x2, DBX, DBX2, 900, |
|
|
|
24i) by Metageek LLC and the Ubertooth. Spectools includes userspace drivers |
|
|
|
for the hardware itself, a graphing UI built GTK and Cairo, network protocols |
|
|
|
for remote device capture, and simple utilities for developing additional |
|
|
|
Spectools is a set of utilities for using various spectrum |
|
|
|
analyzer hardware. It supports the suite of Wi-Spy devices |
|
|
|
(original, 24x, 24x2, DBX, DBX2, 900, 24i) by Metageek LLC and the |
|
|
|
Ubertooth. Spectools includes userspace drivers for the hardware |
|
|
|
itself, a graphing UI built GTK and Cairo, network protocols for |
|
|
|
remote device capture, and simple utilities for developing additional |
|
|
|
tools. |
|
|
@ -23,10 +23,12 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=spectools |
|
|
|
VERSION=${VERSION:-2016-01-R1} |
|
|
|
VERSION=${VERSION:-2016_01_R1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
SRCVER=${VERSION//_/-} |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
case "$( uname -m )" in |
|
|
|
i?86) ARCH=i586 ;; |
|
|
@ -59,9 +61,9 @@ set -e |
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
rm -rf $PRGNAM-$SRCVER |
|
|
|
tar xvf $CWD/$PRGNAM-$SRCVER.tar.xz |
|
|
|
cd $PRGNAM-$SRCVER |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
PRGNAM="spectools" |
|
|
|
VERSION="2016-01-R1" |
|
|
|
VERSION="2016_01_R1" |
|
|
|
HOMEPAGE="https://www.kismetwireless.net/static/spectools/" |
|
|
|
DOWNLOAD="https://www.kismetwireless.net/code/spectools-2016-01-R1.tar.xz" |
|
|
|
MD5SUM="d1e3d8ea692f3fd4e632c2fe6b0d5a9f" |
|
|
|