genode/repos/libports/ports/expat.port
Christian Helmuth a670c2a674 Download expat from GitHub
The tar.gz archive of version 2.4.9 vanished from sourceforge. As the
project moves to GitHub currently and the archive of 2.4.9 is still
available there, just update the download location.

Content and hashes did not change.
2022-11-17 08:00:35 +01:00

12 lines
393 B
Plaintext

LICENSE := MIT
DOWNLOADS := expat.archive
VERSION := 2.4.9
RELEASE := R_$(subst .,_,$(VERSION))
URL(expat) := https://github.com/libexpat/libexpat/releases/download/$(RELEASE)/expat-$(VERSION).tar.gz
SHA(expat) := 4415710268555b32c4e5ab06a583bea9fec8ff89333b218b70b43d4ca10e38fa
DIR(expat) := src/lib/expat/contrib
DIRS := include
DIR_CONTENT(include) := src/lib/expat/contrib/lib/*.h