mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
dbus-glib-host: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
68244bc91a
commit
47947d9fcf
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build glib-host
|
|
||||||
$SCRIPTS/build dbus-host
|
|
||||||
$SCRIPTS/unpack dbus-glib
|
$SCRIPTS/unpack dbus-glib
|
||||||
|
|
||||||
DBUS_GLIB_DIR=`ls -d $BUILD/dbus-glib-[0-9]*`
|
DBUS_GLIB_DIR=`ls -d $BUILD/dbus-glib-[0-9]*`
|
||||||
|
16
packages/devel/dbus-glib-host/meta
Normal file
16
packages/devel/dbus-glib-host/meta
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
PKG_NAME="dbus-glib-host"
|
||||||
|
PKG_VERSION=""
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://freedesktop.org/wiki/Software/dbus"
|
||||||
|
PKG_URL=""
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain glib-host dbus-host"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="devel"
|
||||||
|
PKG_SHORTDESC="dbus-glib: A message bus system"
|
||||||
|
PKG_LONGDESC="D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity."
|
||||||
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user