mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xerces-c: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2b3dd85a44
commit
c6c174f831
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build curl
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -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
|
||||
|
14
packages/textproc/xerces-c/meta
Normal file
14
packages/textproc/xerces-c/meta
Normal file
@ -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"
|
@ -1 +0,0 @@
|
||||
http://mirror.switch.ch/mirror/apache/dist/xerces/c/3/sources/xerces-c-3.1.1.tar.gz
|
Loading…
x
Reference in New Issue
Block a user