summaryrefslogtreecommitdiffstats
path: root/meta/packages/expat/expat.inc
blob: df2243ad0d9546f2fc386dfc47244726dd834e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
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