summaryrefslogtreecommitdiff
path: root/fuse3
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2017-02-20 14:40:15 +0100
committerJuergen Daubert <jue@jue.li>2017-02-20 14:40:15 +0100
commitede588caa773ec95319ef09d2d3357140862d47b (patch)
treef636de6299bb5600b5798f12c98da7936b767d8c /fuse3
parentb1879831b22a9be5f80aa89591d3ab3a35b7f1c6 (diff)
downloadopt-ede588caa773ec95319ef09d2d3357140862d47b.tar.gz
opt-ede588caa773ec95319ef09d2d3357140862d47b.tar.xz
fuse3: initial release
Diffstat (limited to 'fuse3')
-rw-r--r--fuse3/.footprint29
-rw-r--r--fuse3/.md5sum1
-rw-r--r--fuse3/.signature5
-rw-r--r--fuse3/Pkgfile17
4 files changed, 52 insertions, 0 deletions
diff --git a/fuse3/.footprint b/fuse3/.footprint
new file mode 100644
index 000000000..e855028fc
--- /dev/null
+++ b/fuse3/.footprint
@@ -0,0 +1,29 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwsr-xr-x root/root usr/bin/fusermount3
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/fuse3/
+-rw-r--r-- root/root usr/include/fuse3/cuse_lowlevel.h
+-rw-r--r-- root/root usr/include/fuse3/fuse.h
+-rw-r--r-- root/root usr/include/fuse3/fuse_common.h
+-rw-r--r-- root/root usr/include/fuse3/fuse_lowlevel.h
+-rw-r--r-- root/root usr/include/fuse3/fuse_opt.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libfuse3.a
+-rwxr-xr-x root/root usr/lib/libfuse3.la
+lrwxrwxrwx root/root usr/lib/libfuse3.so -> libfuse3.so.3.0.0
+lrwxrwxrwx root/root usr/lib/libfuse3.so.3 -> libfuse3.so.3.0.0
+-rwxr-xr-x root/root usr/lib/libfuse3.so.3.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/fuse3.pc
+drwxr-xr-x root/root usr/lib/udev/
+drwxr-xr-x root/root usr/lib/udev/rules.d/
+-rw-r--r-- root/root usr/lib/udev/rules.d/99-fuse3.rules
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/mount.fuse3
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/fusermount3.1.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/mount.fuse3.8.gz
diff --git a/fuse3/.md5sum b/fuse3/.md5sum
new file mode 100644
index 000000000..55cb262a3
--- /dev/null
+++ b/fuse3/.md5sum
@@ -0,0 +1 @@
+d4d8bc7aa8202e4fca1ad47ff844206f fuse-3.0.0.tar.gz
diff --git a/fuse3/.signature b/fuse3/.signature
new file mode 100644
index 000000000..b46029384
--- /dev/null
+++ b/fuse3/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/opt.pub
+RWSE3ohX2g5d/cV94cJ6mbvAfvP3jdJ1ugp49DM53MpV8vDHJrCvk8bwtcCadFaO1O0nr+ZZsVip/hNrMlCbfptl+NA0+3hHCgw=
+SHA256 (Pkgfile) = 5348dc10b6a989ad1b373c85a726b2cc19a8e5423c47eafed79cad30f0ec6677
+SHA256 (.footprint) = 2c00ef7778c62200ddca607fd31986f7bd81326bcde1e6bc72221ebcbc7883a9
+SHA256 (fuse-3.0.0.tar.gz) = d08e07dc8eddd97d9b9b7411aa735287bc4618b77ae343aff268414522b05f4f
diff --git a/fuse3/Pkgfile b/fuse3/Pkgfile
new file mode 100644
index 000000000..f8e6cfb14
--- /dev/null
+++ b/fuse3/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Interface for userspace filesystems
+# URL: https://github.com/libfuse/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+
+name=fuse3
+version=3.0.0
+release=1
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$version/fuse-$version.tar.gz)
+
+build() {
+ cd fuse-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/{dev,usr/etc}
+ mv $PKG/usr/share/man/man8/mount.{fuse.8,fuse3.8}
+}

Generated by cgit