SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fatcat"

# SliTaz package receipt.

PACKAGE="fatcat"
VERSION="1.1.1"
CATEGORY="base-system"
SHORT_DESC="FAT filesystems explore, extract, repair, and forensic tool"
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="MIT"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://github.com/Gregwar/fatcat"
WGET_URL="$WEB_SITE/releases/download/debian_$VERSION/$TARBALL"

DEPENDS="gcc-lib-base"
BUILD_DEPENDS="cmake"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    mkdir build_linux
    cd build_linux
    cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $install/usr/share/man/man1
    cp $src/man/fatcat.1    $install/usr/share/man/man1
    cp -a $src/docs        $install/usr/share/doc
    cp -a $install/usr/    $fs/
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)