wok rev 20997

Remove fuse-exfat, merged into exfat-utils
author Richard Dunbar <mojo@slitaz.org>
date Thu Mar 07 22:51:39 2019 -0500 (2019-03-07)
parents cea8111d6199
children 33b800b4871e
files fuse-exfat/receipt
line diff
     1.1 --- a/fuse-exfat/receipt	Thu Mar 07 13:55:42 2019 -0500
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,29 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="fuse-exfat"
     1.7 -VERSION="1.3.0"
     1.8 -CATEGORY="base-system"
     1.9 -SHORT_DESC="Full-featured exFAT file system implementation."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -LICENSE="GPL3"
    1.12 -WEB_SITE="https://github.com/relan/exfat"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WGET_URL="https://github.com/relan/exfat/archive/v$VERSION.tar.gz"
    1.15 -
    1.16 -DEPENDS="fuse"
    1.17 -BUILD_DEPENDS="autoconf automake perl-getopt-long fuse-dev"
    1.18 -
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	autoreconf --install
    1.23 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.24 -	make DESTDIR=$DESTDIR install
    1.25 -}
    1.26 -
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 -	mkdir -p $fs/usr/
    1.31 -	cp -a $install/usr/sbin $fs/usr
    1.32 -}