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"

current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;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
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)