Add FUSE implementation and dependencies

Imported from the genode repository.

Fixes #129.

Issue genodelabs/genode#3104.
This commit is contained in:
Josef Söntgen
2019-01-04 13:28:10 +01:00
committed by Norman Feske
parent 4ab0ad26ca
commit fd713e737d
67 changed files with 4303 additions and 0 deletions

16
ports/fuse-ext2.port Normal file
View File

@@ -0,0 +1,16 @@
LICENSE := GPLv2
VERSION := svn-220
DOWNLOADS := fuse-ext2.svn
URL(fuse-ext2) := http://svn.code.sf.net/p/fuse-ext2/code/branch/renzo
REV(fuse-ext2) := 220
DIR(fuse-ext2) := src/lib/fuse-ext2
PATCHES := src/lib/fuse-ext2/patches/*.patch
DIRS := $(addprefix include/fuse-ext2/,e2p et ext2fs)
e2fs_dir := src/lib/fuse-ext2/e2fsprogs-1.41.12.newgit
DIR_CONTENT(include/fuse-ext2/e2p) := $(e2fs_dir)/e2p/*.h
DIR_CONTENT(include/fuse-ext2/et) := $(e2fs_dir)/et/*.h
DIR_CONTENT(include/fuse-ext2/ext2fs) := $(e2fs_dir)/ext2fs/*.h