expat: add meta file support

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

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD
mkdir -p .build-target && cd .build-target

View File

@ -3,4 +3,4 @@
. config/options $1
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/.build-target/.libs/libexpat.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/.build-target/.libs/libexpat.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="expat"
PKG_VERSION="2.0.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://expat.sourceforge.net/"
PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"
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"

View File

@ -1 +0,0 @@
http://sources.openelec.tv/svn/expat-2.0.1.tar.bz2