SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "suricata"

# SliTaz package receipt.

PACKAGE="suricata"
VERSION="6.0.6"
CATEGORY="security"
SHORT_DESC="Next Generation Intrusion Detection and Prevention Engine."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://suricata.io/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://www.openinfosecfoundation.org/download/$TARBALL"

DEPENDS="gcc83-lib-base jansson libatomic libcap-ng libhtp libnet
    libnetfilter_queue libnfnetlink libpcap lz4-lib pcre yaml"
BUILD_DEPENDS="gcc83 jansson-dev libatomic libcap-ng-dev libhtp-dev libmnl
    libnet-dev libnetfilter_queue libnetfilter_queue-dev
    libnfnetlink-dev libpcap-dev lz4-dev rust-cargo yaml-dev
    zlib-dev"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    export    LIBS="-latomic"

    rm -f config.h
    ./configure                \
        CC=gcc-83            \
        CXX=g++-83            \
        --enable-non-bundled-htp    \
        --enable-nfqueue        \
        --enable-af-packet        \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)