mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
85a2ebc1c4
Issue #1082
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 1.0.1
|
|
DOWNLOADS := exfat.archive
|
|
|
|
URL(exfat) := https://exfat.googlecode.com/files/fuse-exfat-$(VERSION).tar.gz
|
|
SHA(exfat) := e24d2322797c26fb3bff5952c23f52f3274e887f
|
|
DIR(exfat) := src/lib/exfat
|
|
|
|
PATCHES := src/lib/exfat/main.c.patch
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/exfat/libexfat/*.h
|