
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 '/tag\//!d;s|.*tag/v*||;s|".*||;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 }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)