
Receipt for package "compsize"
# SliTaz package receipt. PACKAGE="compsize" VERSION="1.5" CATEGORY="base-system" SHORT_DESC="btrfs: find compression type/ratio on a file or set of files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/kilobyte/compsize" WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" BUILD_DEPENDS="btrfs-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { mkdir -p $install/usr/share/man/man8 make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir $fs/usr cp -a $install/usr/bin $fs/usr }
6017 packages and 861739 files in cooking database (Sun Sep 21 00:48:01 2025)