mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
668258746b
The tar.gz archive of version 2.4.1 vanished from sourceforge.
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
LICENSE := MIT
|
|
DOWNLOADS := expat.archive
|
|
VERSION := 2.4.6
|
|
|
|
URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz
|
|
SHA(expat) := a0eb5af56b1c2ba812051c49bf3b4e5763293fe5394a0219df7208845c3efb8c
|
|
DIR(expat) := src/lib/expat/contrib
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/expat/contrib/lib/*.h
|