
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" HOST_ARCH="i486 x86_64" 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 }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)