mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libxml2-host: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
63e7b796df
commit
2b3dd85a44
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
$SCRIPTS/unpack libxml2
|
||||
|
||||
setup_toolchain host
|
||||
|
14
packages/textproc/libxml2-host/meta
Normal file
14
packages/textproc/libxml2-host/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="libxml2-host"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://xmlsoft.org"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain Python"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="textproc"
|
||||
PKG_SHORTDESC="libxml: XML parser library for Gnome"
|
||||
PKG_LONGDESC="The libxml package contains an XML library, which allows you to manipulate XML files. XML (eXtensible Markup Language) is a data format for structured document interchange via the Web."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz
|
Loading…
x
Reference in New Issue
Block a user