NAME=expat VERSION=2.1.1 RELEASE=1 DESCRIPTION="Expat XML parser library" HOMEPAGE="http://expat.sourceforge.net/" SRC_URI="https://sf.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.bz2" # Only give the library package an ABI tag. The -devel package should # not have one because we want it to upgrade even if the setup.exe user # elects to install a version of the library with a prior ABI. abi=1 PKG_NAMES="${PN} lib${PN}${abi} lib${PN}-devel" PKG_HINTS="setup lib${abi} devel" PKG_CONTENTS[0]='usr/bin/*.exe usr/share/' PKG_CONTENTS[1]="usr/bin/*-${abi}.dll" PKG_CONTENTS[2]='usr/include/ usr/lib/' CYGCONF_ARGS="--enable-static" DIFF_EXCLUDES="expat_config.h.in" HTMLDOCS="doc/*.png doc/*.html doc/*.css" CATEGORY=Libs DESCRIPTION="This is Expat, a C library for parsing XML, originally written by James Clark, and now maintained by a loose group of developers. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers." sumpfx="Expat XML parser library" eval "${PN}_SUMMARY=\"$sumpfx (xmlwf, docs)\"" eval "lib${PN}${abi}_SUMMARY=\"$sumpfx (shared library)\"" eval "lib${PN}_devel_SUMMARY=\"$sumpfx (development files)\""