Add FUSE implementation and dependencies
Imported from the genode repository. Fixes #129. Issue genodelabs/genode#3104.
This commit is contained in:
committed by
Norman Feske
parent
4ab0ad26ca
commit
fd713e737d
12
ports/exfat.port
Normal file
12
ports/exfat.port
Normal file
@@ -0,0 +1,12 @@
|
||||
LICENSE := GPLv3
|
||||
VERSION := 1.0.1
|
||||
DOWNLOADS := exfat.archive
|
||||
|
||||
URL(exfat) := https://genode.org/files/fuse-exfat-$(VERSION).tar.gz
|
||||
SHA(exfat) := 12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758
|
||||
DIR(exfat) := src/lib/exfat
|
||||
|
||||
PATCHES := src/lib/exfat/main.c.patch
|
||||
|
||||
DIRS := include
|
||||
DIR_CONTENT(include) := src/lib/exfat/libexfat/*.h
|
||||
Reference in New Issue
Block a user