From b757f71ac56d75f9e8c0bbb5cc17883be43131a9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Nov 2010 17:08:47 +0100 Subject: [PATCH] expat-host: add meta file support Signed-off-by: Stephan Raue --- packages/textproc/expat-host/build | 1 - packages/textproc/expat-host/meta | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/textproc/expat-host/meta diff --git a/packages/textproc/expat-host/build b/packages/textproc/expat-host/build index a7214af002..d152a0018c 100755 --- a/packages/textproc/expat-host/build +++ b/packages/textproc/expat-host/build @@ -2,7 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain $SCRIPTS/unpack expat setup_toolchain host diff --git a/packages/textproc/expat-host/meta b/packages/textproc/expat-host/meta new file mode 100644 index 0000000000..5460c1c7dd --- /dev/null +++ b/packages/textproc/expat-host/meta @@ -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"