mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
f89414c637
Fixes #4060
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
LICENSE := MIT
|
|
DOWNLOADS := expat.archive
|
|
VERSION := 2.3.0
|
|
|
|
URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz
|
|
SHA(expat) := 89df123c62f2c2e2b235692d9fe76def6a9ab03dbe95835345bf412726eb1987
|
|
DIR(expat) := src/lib/expat/contrib
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/expat/contrib/lib/*.h
|