15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
LICENSE := LGPLv3
|
|
VERSION := 0.3
|
|
DOWNLOADS := flif.archive
|
|
|
|
URL(flif) := https://github.com/FLIF-hub/FLIF/archive/v$(VERSION).tar.gz
|
|
SHA(flif) := aa02a62974d78f8109cff21ecb6d805f1d23b05b2db7189cfdf1f0d97ff89498
|
|
DIR(flif) := src/lib/flif
|
|
|
|
DIRS := include/flif
|
|
|
|
DIR_CONTENT(include/flif) := src/lib/flif/src/library/*.h
|
|
|
|
PATCHES := src/lib/flif/getc.patch
|
|
PATCH_OPT := -p1 -d src/lib/flif
|