fuse-exfat: removed duplicate of opt/exfat-utils

This commit is contained in:
Tim Biermann 2020-06-25 16:08:08 +00:00
parent 758fdade2e
commit a61d09abe0
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 47 deletions

View File

@ -1,18 +0,0 @@
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/dumpexfat
-rwxr-xr-x root/root sbin/exfatfsck
-rwxr-xr-x root/root sbin/exfatlabel
lrwxrwxrwx root/root sbin/fsck.exfat -> exfatfsck
-rwxr-xr-x root/root sbin/mkexfatfs
lrwxrwxrwx root/root sbin/mkfs.exfat -> mkexfatfs
lrwxrwxrwx root/root sbin/mount.exfat -> mount.exfat-fuse
-rwxr-xr-x root/root sbin/mount.exfat-fuse
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/dumpexfat.8.gz
-rw-r--r-- root/root usr/share/man/man8/exfatfsck.8.gz
-rw-r--r-- root/root usr/share/man/man8/exfatlabel.8.gz
-rw-r--r-- root/root usr/share/man/man8/mkexfatfs.8.gz
-rw-r--r-- root/root usr/share/man/man8/mount.exfat-fuse.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37wrwIdXE8+gSf/z5ShrVdcp8mk+fu1NYJXhdnazqP0i85iZvrWDUEPLASyuFMTsrakW7OAeweehD/mdbf1kjQc=
SHA256 (Pkgfile) = 10e30b8c6e66a0a01119a9edb7acb401a5af49e8d0444c59d1f7f8814dddde2e
SHA256 (.footprint) = e1335decfdd21ae8e30774428d8204670a85e0b73d1506ad8ede2c8aeb585ab5
SHA256 (fuse-exfat-1.3.0.tar.gz) = 689bcb4a639acd2d45e6fa0ff455f7f18edb2421d4f4f42909943775adc0e375

View File

@ -1,24 +0,0 @@
# Description: exfat filesystem implementation
# URL: https://github.com/relan/exfat
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: fuse
name=fuse-exfat
version=1.3.0
release=1
source=(https://github.com/relan/exfat/archive/v$version/$name-$version.tar.gz)
build () {
cd exfat-$version
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure \
--prefix=/usr \
--sbindir=/sbin
make CCFLAGS="$CFLAGS -std=c99" \
LINKFLAGS=$LDFLAGS \
install DESTDIR=$PKG
install -D -m 644 fuse/mount.exfat-fuse.8 $PKG/usr/share/man/man8/mount.exfat-fuse.8
}