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.
11 lines
325 B
Plaintext
11 lines
325 B
Plaintext
LICENSE := MIT
|
|
DOWNLOADS := expat.archive
|
|
VERSION := 2.1.0
|
|
|
|
URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz
|
|
SHA(expat) := b08197d146930a5543a7b99e871cba3da614f6f0
|
|
DIR(expat) := src/lib/expat/contrib
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/expat/contrib/lib/*.h
|