SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ttysnoop"

# SliTaz package receipt.

PACKAGE="ttysnoop"
VERSION="0.12d.k26"
CATEGORY="system-tools"
SHORT_DESC="Allows you to spy on telnet+serial connections."
LICENSE="GPL"
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://freecode.com/projects/ttysnoop"
WGET_URL="https://web.archive.org/web/20160402130538if_/http://sysd.org/stas/files/active/0/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/iovisor/bcc/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/sbin
    cp $src/ttysnoop $src/ttysnoops $fs/sbin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)