network/kismet: Updated for version 20240430.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-05-01 22:21:13 +07:00
parent 8a0812364b
commit 6f23f2a504
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 12 deletions

View file

@ -28,8 +28,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kismet
VERSION=${VERSION:-2023.07.R1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-20240430}
COMMITVER="c28bca11baa23888510fac59a34bbe0b5d68dc37"
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,9 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -82,10 +80,10 @@ set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-${VERSION//./-}
rm -rf $PRGNAM-$COMMITVER
tar xvf $CWD/$PRGNAM-${VERSION//./-}.tar.xz
cd $PRGNAM-${VERSION//./-}
tar xvf $CWD/$PRGNAM-$COMMITVER.tar.gz
cd $PRGNAM-$COMMITVER
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="kismet"
VERSION="2023.07.R1"
VERSION="20240430"
HOMEPAGE="https://kismetwireless.net/"
DOWNLOAD="https://www.kismetwireless.net/code/kismet-2023-07-R1.tar.xz"
MD5SUM="d6c82b241de1be72d2dcb5e0102d8c99"
DOWNLOAD="https://github.com/kismetwireless/kismet/archive/c28bca11baa23888510fac59a34bbe0b5d68dc37/kismet-c28bca11baa23888510fac59a34bbe0b5d68dc37.tar.gz"
MD5SUM="8ebc66d758162eb4bf5324a17c7b46ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libwebsockets protobuf-c"
REQUIRES="libwebsockets protobuf-c mosquitto"
MAINTAINER="pyllyukko"
EMAIL="pyllyukko@maimed.org"