xerces-c: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:05:55 +01:00
parent c79612edee
commit 9e4f270e16

View File

@ -12,3 +12,5 @@ PKG_SECTION="textproc"
PKG_SHORTDESC="xerces-c: A C++ XML parser"
PKG_LONGDESC="Xerces C++ is a validating XML parser written in a portable subset of C++. It makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. It is faithful to the XML 1. 0 recommendation and associated standards ( DOM 1. 0, DOM 2. 0. SAX 1. 0, SAX 2. 0, Namespaces). It also provides an implementation of a subset of the Schema."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"