SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fuse"

# SliTaz package receipt.

PACKAGE="fuse"
VERSION="3.10.5"
CATEGORY="system-tools"
TAGS="filesystem"
SHORT_DESC="Fuse Filsystem in user space."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://github.com/libfuse/libfuse"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$WEB_SITE/releases/download/$PACKAGE-$VERSION/$TARBALL"

DEPENDS="gcc-lib-base"
BUILD_DEPENDS="gcc meson ninja udev-dev"

HOST_ARCH="i486 arm"

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

# Rules to configure and make the package.
compile_rules()
{
    export    CC=gcc
    export    CXX=g++

    mkdir    _build
    cd    _build
    meson    ..        \
        --prefix=/usr &&
    ninja &&
    ninja install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    dev
    cook_copy_folders    bin
    cp -a $install/usr/sbin    $fs
    cook_copy_files        *.so*
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)