# HG changeset patch # User Richard Dunbar # Date 1552017099 18000 # Node ID 456d349acad9bf773b367150befe675de6b5e1bc # Parent cea8111d6199d3a962d83a5bd6c8e3c5ae591cf0 Remove fuse-exfat, merged into exfat-utils diff -r cea8111d6199 -r 456d349acad9 fuse-exfat/receipt --- a/fuse-exfat/receipt Thu Mar 07 13:55:42 2019 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="fuse-exfat" -VERSION="1.3.0" -CATEGORY="base-system" -SHORT_DESC="Full-featured exFAT file system implementation." -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.tar.gz" - -DEPENDS="fuse" -BUILD_DEPENDS="autoconf automake perl-getopt-long fuse-dev" - -# Rules to configure and make the package. -compile_rules() -{ - autoreconf --install - ./configure --prefix=/usr $CONFIGURE_ARGS && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/ - cp -a $install/usr/sbin $fs/usr -}