glib-host: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-11 16:57:44 +02:00
parent 518cba5d59
commit 5b6439a784
2 changed files with 11 additions and 2 deletions

View File

@ -2,8 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build dbus-host
$SCRIPTS/unpack glib $SCRIPTS/unpack glib
setup_toolchain host setup_toolchain host

View File

@ -0,0 +1,11 @@
PKG_NAME="glib-host"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain dbus-host"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="glib-host: C support library"
PKG_LONGDESC="GLib is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things."
PKG_IS_ADDON="no"