SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "stegdetect"

# SliTaz package receipt.

PACKAGE="stegdetect"
VERSION="0.6"
CATEGORY="security"
SHORT_DESC="steganography detection tool."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://github.com/abeluck/stegdetect"
WGET_URL="https://fossies.org/linux/privat/old/$TARBALL"
TAGS="stenography"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
}

# Rules to configure and make the package.
compile_rules()
{
    sed -i '/static int debug/d' stegdetect.c
    ./configure --prefix=/usr \
        $CONFIGURE_ARGS &&
    make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $src/stegdetect $src/stegdeimage $src/stegcompare \
        $src/stegbreak $fs/usr/bin
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)