generic-poky/meta/packages/expat/expat.inc
Ross Burton 01be89c86d Update to expat 2.0 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1327 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-05 10:05:41 +00:00

14 lines
253 B
PHP

DESCRIPTION = "Jim Clarkes XML parser library."
HOMEPAGE = "http://expat.sf.net/"
SECTION = "libs"
LICENSE = "MIT"
SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
"
S = "${WORKDIR}/expat-${PV}"
export LTCC = "${CC}"
inherit autotools