You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|