SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "exfat-utils"

# SliTaz package receipt.

PACKAGE="exfat-utils"
VERSION="1.3.0"
CATEGORY="base-system"
SHORT_DESC="exFAT file system tools."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL3"
WEB_SITE="https://github.com/relan/exfat"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/relan/exfat/archive/v$VERSION/$TARBALL"
PROVIDE="exfat-fuse"

DEPENDS="fuse2"
BUILD_DEPENDS="autoconf automake fuse2-dev"

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()
{
    autoreconf --install
    ./configure
    make DESTDIR=$DESTDIR install
}

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