mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
19 lines
555 B
Plaintext
19 lines
555 B
Plaintext
LICENSE := BSD
|
|
VERSION := 0.07e
|
|
DOWNLOADS := ffat.archive
|
|
|
|
#
|
|
# Download archive from genode.org instead of the original location
|
|
# 'http://elm-chan.org/fsw/ff/ff007e.zip' because the elm-chan webserver
|
|
# does not like wget.
|
|
#
|
|
URL(ffat) := https://genode.org/files/ff007e.zip
|
|
SHA(ffat) := 3379ad817e1c4f9993ae2722e86235ec85d7e36d
|
|
DIR(ffat) := src/lib/ffat
|
|
|
|
PATCHES := src/lib/ffat/config.patch
|
|
|
|
DIRS := include/ffat
|
|
DIR_CONTENT(include/ffat) := $(addprefix src/lib/ffat/src/,\
|
|
ff.h diskio.h integer.h ffconf.h)
|