mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
12 lines
390 B
PHP
12 lines
390 B
PHP
DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)"
|
|
HOMEPAGE = "http://expat.sourceforge.net/"
|
|
SECTION = "libs"
|
|
LICENSE = "MIT"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
|
|
"
|
|
export LTCC = "${CC}"
|
|
|
|
inherit autotools
|
|
|