diff --git a/packages/textproc/xerces-c/build b/packages/textproc/xerces-c/build index 82c9ce5a24..0232603e9d 100755 --- a/packages/textproc/xerces-c/build +++ b/packages/textproc/xerces-c/build @@ -2,9 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build curl - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/textproc/xerces-c/install b/packages/textproc/xerces-c/install index c93415f587..6508276a1e 100755 --- a/packages/textproc/xerces-c/install +++ b/packages/textproc/xerces-c/install @@ -2,7 +2,5 @@ . config/options $1 -$SCRIPTS/install curl - mkdir -p $INSTALL/usr/lib - cp -PR $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib + cp -P $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib diff --git a/packages/textproc/xerces-c/meta b/packages/textproc/xerces-c/meta new file mode 100644 index 0000000000..8733b5c1e9 --- /dev/null +++ b/packages/textproc/xerces-c/meta @@ -0,0 +1,14 @@ +PKG_NAME="xerces-c" +PKG_VERSION="3.1.1" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="APL" +PKG_SITE="http://xml.apache.org/xerces-c/" +PKG_URL="http://mirror.switch.ch/mirror/apache/dist/xerces/c/3/sources/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="curl" +PKG_BUILD_DEPENDS="toolchain curl" +PKG_PRIORITY="optional" +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" diff --git a/packages/textproc/xerces-c/url b/packages/textproc/xerces-c/url deleted file mode 100644 index b8cf167d8d..0000000000 --- a/packages/textproc/xerces-c/url +++ /dev/null @@ -1 +0,0 @@ -http://mirror.switch.ch/mirror/apache/dist/xerces/c/3/sources/xerces-c-3.1.1.tar.gz \ No newline at end of file