2014-05-07 21:52:52 +00:00
|
|
|
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.
|
|
|
|
#
|
2016-08-26 10:28:30 +00:00
|
|
|
URL(ffat) := https://genode.org/files/ff007e.zip
|
2014-05-07 21:52:52 +00:00
|
|
|
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)
|