expat-host: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 17:08:47 +01:00
parent 90426d915e
commit b757f71ac5
2 changed files with 14 additions and 1 deletions

View File

@ -2,7 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/unpack expat
setup_toolchain host

View File

@ -0,0 +1,14 @@
PKG_NAME="expat-host"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://expat.sourceforge.net/"
PKG_URL=""
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="textproc"
PKG_SHORTDESC="expat: XML parser library"
PKG_LONGDESC="Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). An introductory article on using Expat is available on xml.com."
PKG_IS_ADDON="no"