SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "dcfldd"

# SliTaz package receipt.

PACKAGE="dcfldd"
VERSION="1.7.1"
CATEGORY="misc"
SHORT_DESC="Enhanced dd with features useful for forensics and security."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://github.com/resurrecting-open-source-projects/dcfldd"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/resurrecting-open-source-projects/$PACKAGE/archive/v$VERSION.tar.gz"

DEPENDS=""
BUILD_DEPENDS="automake"

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

# Rules to configure and make the package.
compile_rules()
{
    ./autogen.sh &&
    ./configure        \
        --prefix=/usr    \
        $CONFIGURE_ARGS &&
    make &&
    make install DESTDIR=$DESTDIR
}

# 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)