SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ettercap"

# SliTaz package receipt.

PACKAGE="ettercap"
VERSION="0.8.3.1"
CATEGORY="network"
SHORT_DESC="A suite for man in the middle attacks on LAN."
MAINTAINER="claudinei@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://www.ettercap-project.org"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/Ettercap/$PACKAGE/archive/v$VERSION.tar.gz"

DEPENDS="curl geoip libltdl libnet libpanel libpcap libpthread-stubs
    openssl zlib"
BUILD_DEPENDS="cmake curl-dev file geoip-dev libnet-dev libpcap-dev 
    libpthread-stubs libtool ncurses-dev openssl-dev zlib-dev"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    mkdir    _build
    cd    _build
    cmake    ..                \
        -D CMAKE_INSTALL_PREFIX=/usr    \
        -D ENABLE_GTK=OFF        \
        -D ENABLE_PLUGINS=ON &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share

    cp -a $install/etc            $fs
    cp -a $install/usr/bin            $fs/usr
    cp -a $install/usr/lib            $fs/usr
    cp -a $install/usr/share/ettercap    $fs/usr/share
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)