ports/opt (3.4): exfat-utils: new port
commit 5b6e62fec034994f9428f402a4b165c64a1d0d5e Author: Juergen Daubert <jue@jue.li> Date: Thu Apr 26 15:08:39 2018 +0200 exfat-utils: new port diff --git a/exfat-utils/.footprint b/exfat-utils/.footprint new file mode 100644 index 000000000..6c8b1d9f3 --- /dev/null +++ b/exfat-utils/.footprint @@ -0,0 +1,18 @@ +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 diff --git a/exfat-utils/.md5sum b/exfat-utils/.md5sum new file mode 100644 index 000000000..3f6b54f12 --- /dev/null +++ b/exfat-utils/.md5sum @@ -0,0 +1 @@ +c39e2d7581141489c21ce8e6c9ff157a exfat-1.2.8.tar.gz diff --git a/exfat-utils/.signature b/exfat-utils/.signature new file mode 100644 index 000000000..0daa185f4 --- /dev/null +++ b/exfat-utils/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/d8COINUJy5oRJlHmA8uPUiyhKgm28nkOuixfvVufvTH6PWQ+dlkamdUYJ/T+gTAdQWjpzvhBtiF9C5K9iKZjAU= +SHA256 (Pkgfile) = 6edaa2fd91aeedcd7717f73a22808f1539657a531ad95449134d3c3bceef6c27 +SHA256 (.footprint) = e1335decfdd21ae8e30774428d8204670a85e0b73d1506ad8ede2c8aeb585ab5 +SHA256 (exfat-1.2.8.tar.gz) = 778474bfbcd92e35bba5b88bd7ad3f6400328256636abb9031bfcc1ce15ed887 diff --git a/exfat-utils/Pkgfile b/exfat-utils/Pkgfile new file mode 100644 index 000000000..96270aead --- /dev/null +++ b/exfat-utils/Pkgfile @@ -0,0 +1,17 @@ +# Description: FUSE module and Utilities for the exFAT filesystem +# URL: https://github.com/relan/exfat +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: fuse + +name=exfat-utils +version=1.2.8 +release=1 +source=(https://github.com/relan/exfat/archive/v${version}/exfat-$version.tar.gz) + +build() { + cd exfat-$version + autoreconf -i + ./configure --prefix=/usr --sbindir=/sbin + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu